![]() |
T4S4
18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API 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... | |
Commands to retrieve information about the demo case currently being executed. They must only be called from within demo case namespaces.
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.
suffix | string to append to the folder's name. |
T4X::TestingSupport::DemoCase::getExpectedFolder | ?suffix? | ||
Returns the folder containing files to be compared against files created through tests.
suffix | string to append to the folder's name. |
T4X::TestingSupport::DemoCase::getInputFolder | ?suffix? | ||
Returns the folder containing input test data.
suffix | string to append to the folder's name. |
T4X::TestingSupport::DemoCase::getName |
Returns the name of the namespace representing the demo case currently being tested.
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.