![]() |
T4S4
18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
|
Commands to create and configure demo cases and groups. More...
Functions | |
DemoCase formalName args | |
Create and configure a demo case of DemoCase type. More... | |
DemoSuite formalName args | |
Create and configure a demo suite. More... | |
Group formalName args | |
Create and configure a group. More... | |
SetUp formalName args | |
Create and configure a demo case of SetUp type. More... | |
TearDown formalName args | |
Create and configure a demo case of TearDown type. More... | |
Commands to create and configure demo cases and groups.
You can create demo cases and groups as Tcl namespaces. These commands provide extra syntax to set the types of demo cases, to set attributes and properties.
Note that DemoSuite and Group implicitly import Group, SetUp, TearDown and DemoCase as if you place the following commands at the beginning of the namespace:
T4X::TNT::DefinitionLanguage::DemoCase | formalName args | ||
Create and configure a demo case of DemoCase type.
formalName | namespace name of the demo case |
args | List of arguments. Arguments that begin with dashes denote attributes of the same name but without the leading dash. The following argument are considered the values of the attributes. For example |
would set the depends
attribute to CreateConnection
Arguments that do not begin with dashes are treated as the names of properties followed by their values.
T4X::TNT::DefinitionLanguage::DemoSuite | formalName args | ||
Create and configure a demo suite.
formalName | namespace name of the group. |
T4X::TNT::DefinitionLanguage::Group | formalName args | ||
Create and configure a group.
formalName | namespace name of the group. |
T4X::TNT::DefinitionLanguage::SetUp | formalName args | ||
Create and configure a demo case of SetUp type.
formalName | namespace name of the demo case |
args | List of arguments. Arguments that begin with dashes denote attributes of the same name but without the leading dash. The following argument are considered the values of the attributes. For example |
would set the depends
attribute to CreateConnection
Arguments that do not begin with dashes are treated as the names of properties followed by their values.
T4X::TNT::DefinitionLanguage::TearDown | formalName args | ||
Create and configure a demo case of TearDown type.
formalName | namespace name of the demo case |
args | List of arguments. Arguments that begin with dashes denote attributes of the same name but without the leading dash. The following argument are considered the values of the attributes. For example |
would set the depends
attribute to CreateConnection
Arguments that do not begin with dashes are treated as the names of properties followed by their values.