TWTestResult


Discussion

The protocol for the results of a test run

Methods


elapsedTime


- ( NSTimeInterval )elapsedTime; 
method result: The amount of time the test took to run

isError


- ( BOOL )isError; 
method result: YES if the test resulted in an error. No otherwise

isSuccess


- ( BOOL )isSuccess; 
method result: YES if the test ran succesfully, NO otherwise

isSuccess


- ( BOOL )isFailure; 
method result: YES if the test failed, NO otherwise

test


- ( id<TWTest> )test; 
method result: The test that produced these results

(Last Updated 6/6/2004)