Classes | |
class | TestReport |
Describes the results of a TestScript execution. More... | |
class | TestReportParticipant |
A participant in the test execution, either the execution engine, a client, or a server. More... | |
class | TestReportSetup |
The results of the series of required setup operations before the tests were executed. More... | |
class | TestReportSetupAction |
A setup operation or assert that was executed. More... | |
class | TestReportSetupActionAssert |
The assertion to perform. More... | |
class | TestReportSetupActionOperation |
The operation to perform. More... | |
class | TestReportTeardown |
The results of running the series of required clean up steps. More... | |
class | TestReportTeardownAction |
One or more teardown operations performed. More... | |
class | TestReportTest |
A test executed from the test script. More... | |
class | TestReportTestAction |
A test operation or assert that was performed. More... | |