Имя | Описание |
---|---|
ResultState | The ResultState class represents the outcome of running a test. It contains two pieces of information. The Status of the test is an enum indicating whether the test passed, failed, was skipped or was inconclusive. The Label provides a more detailed breakdown for use by client runners. |
TestOutput | The TestOutput class holds a unit of output from a test to a specific output stream |