T4S4  19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
T4X::TNT::DefinitionLanguage Namespace 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...
 

Detailed Description

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:

1 namespace import ::T4X::TNT::DefinitionLanguage::Group
2 namespace import ::T4X::TNT::DefinitionLanguage::SetUp
3 namespace import ::T4X::TNT::DefinitionLanguage::TearDown
4 namespace import ::T4X::TNT::DefinitionLanguage::DemoCase

Function Documentation

◆ DemoCase()

T4X::TNT::DefinitionLanguage::DemoCase   formalName args  

Create and configure a demo case of DemoCase type.

Parameters
formalNamenamespace name of the demo case
argsList 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
1 -depends CreateConnection

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.

◆ DemoSuite()

T4X::TNT::DefinitionLanguage::DemoSuite   formalName args  

Create and configure a demo suite.

Parameters
formalNamenamespace name of the group.

◆ Group()

T4X::TNT::DefinitionLanguage::Group   formalName args  

Create and configure a group.

Parameters
formalNamenamespace name of the group.

◆ SetUp()

T4X::TNT::DefinitionLanguage::SetUp   formalName args  

Create and configure a demo case of SetUp type.

Parameters
formalNamenamespace name of the demo case
argsList 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
1 -depends CreateConnection

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.

◆ TearDown()

T4X::TNT::DefinitionLanguage::TearDown   formalName args  

Create and configure a demo case of TearDown type.

Parameters
formalNamenamespace name of the demo case
argsList 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
1 -depends CreateConnection

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.