T4S4  19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
T4X::TestingSupport::DemoCase Namespace Reference

Commands to retrieve information about the demo case currently being executed. They must only be called from within demo case namespaces. More...

Functions

 getActualFolder ?suffix?
 Returns the folder into which files created through tests will go. They will be compared against files in the expected folder. See getExpectedFolder. More...
 
 getExpectedFolder ?suffix?
 Returns the folder containing files to be compared against files created through tests. More...
 
 getInputFolder ?suffix?
 Returns the folder containing input test data. More...
 
 getName
 Returns the name of the namespace representing the demo case currently being tested. More...
 
 getSimpleName
 Returns the simple name of the namespace representing the demo case currently being tested. The simple name is the result of calling namespace tail, i.e. the namespace name without leading names. More...
 

Detailed Description

Commands to retrieve information about the demo case currently being executed. They must only be called from within demo case namespaces.

Deprecated:
Please use the namespace T4X::TNT::DemoCase instead.

Function Documentation

◆ getActualFolder()

T4X::TestingSupport::DemoCase::getActualFolder   ?suffix?  

Returns the folder into which files created through tests will go. They will be compared against files in the expected folder. See getExpectedFolder.

Deprecated:
Please use T4X::TNT::DemoCase::getActualFolder instead.
Parameters
suffixstring to append to the folder's name.

◆ getExpectedFolder()

T4X::TestingSupport::DemoCase::getExpectedFolder   ?suffix?  

Returns the folder containing files to be compared against files created through tests.

Deprecated:
Please use T4X::TNT::DemoCase::getExpectedFolder instead.
Parameters
suffixstring to append to the folder's name.

◆ getInputFolder()

T4X::TestingSupport::DemoCase::getInputFolder   ?suffix?  

Returns the folder containing input test data.

Deprecated:
Please use T4X::TNT::DemoCase::getInputFolder instead.
Parameters
suffixstring to append to the folder's name.

◆ getName()

T4X::TestingSupport::DemoCase::getName

Returns the name of the namespace representing the demo case currently being tested.

Deprecated:
Please use T4X::TNT::DemoCase::getFullName instead.

◆ getSimpleName()

T4X::TestingSupport::DemoCase::getSimpleName

Returns the simple name of the namespace representing the demo case currently being tested. The simple name is the result of calling namespace tail, i.e. the namespace name without leading names.

Deprecated:
Please use T4X::TNT::DemoCase::getSimpleName instead.