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.
The test was cancelled by the user
The test encountered an unexpected exception
The test failed
The test has been ignored.
The result is inconclusive
The test was not runnable.
The test has been skipped.
The test succeeded
Gets the label under which this test resullt is
categorized, if any.
Gets the TestStatus for the test.
Initializes a new instance of the ResultState class.
Initializes a new instance of the ResultState class.