Commands to retrieve information about the demo case currently being executed. They must only be called from within demo case namespaces.
More...
|
| 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.
- Deprecated:
- Please use the namespace T4X::TNT::DemoCase instead.
◆ getActualFolder()
T4X::TestingSupport::DemoCase::getActualFolder |
|
|
?suffix? |
|
|
| |
◆ getExpectedFolder()
T4X::TestingSupport::DemoCase::getExpectedFolder |
|
|
?suffix? |
|
|
| |
◆ getInputFolder()
T4X::TestingSupport::DemoCase::getInputFolder |
|
|
?suffix? |
|
|
| |
◆ getName()
T4X::TestingSupport::DemoCase::getName |
◆ 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.