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