TestStatus
The TestStatus enum indicates the result of running a test
Failed = 3
The test failed
Inconclusive = 0
The test was inconclusive
Passed = 2
The test succeeded
Skipped = 1
The test has skipped