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