getStatus method
Use this method to retrieve a status that represents the results of the test.
Syntax
TestResultsStatus value = result.getStatus();
Parameters
This method does not take any parameters.Return value
- Type: TestResultsStatus
-
Use this method to retrieve one of the following enumerated values:
- TestResultsStatus.Passed
- TestResultsStatus.Unresolved
- TestResultsStatus.Failed