|
Classes | |
| interface | TestBase |
| Test base class. More... | |
| interface | TestHarness |
| Collection of suites and main interface of the Testing framework. More... | |
| interface | TestResultBase |
| Base class for test results. More... | |
| interface | TestResultTimeout |
| interface | TestSuite |
| Collection of tests. Provides API for environment preparation. More... | |
| interface | Test |
| Attribute used for tests annotation and assignment to Suites. More... | |
| interface | TestStep |
| Attribute which marks a method as part of the testing process. More... | |
Typedefs | |
| typedef TestStage | EStage |
| typedef TestStep | Step |
Enumerations | |
| enum | TestStage { TestStage.Setup , TestStage.Main , TestStage.TearDown } |
| Stage definition used in conjunction with TestStep attribute. More... | |
For framework description, see Script Testing Framework.