Class Summary |
Requirement |
Represents the requirement the test is addressing. |
TestAgenda |
Maintains a list of TestScripts that have been executed and TestScripts that still need to be executed |
TestComponent |
Base class of all test-related components within the model, includes only TestScripts and TestNamespaces. |
TestNamespace |
These are the internal nodes of our testing model. |
TestPath |
Handles basic path-related tasks:
- Removes unnecessary '/' characters
- Determines if the path is absolute
- Splits the components |
TestResult |
This class represents the test result for the test |
TestScript |
This class represents a test script object |
TestScriptCollector |
Crawls the TestComponent model to discover TestScript elements |
TestStepsDetails |
This class represents a single test step object i.e. |
TestSuite |
This class represents a testsuite object |