elapsedTime |
method result: The amount of time the test took to run- ( NSTimeInterval )elapsedTime;
isError |
method result: YES if the test resulted in an error. No otherwise- ( BOOL )isError;
isSuccess |
method result: YES if the test ran succesfully, NO otherwise- ( BOOL )isSuccess;
isSuccess |
method result: YES if the test failed, NO otherwise- ( BOOL )isFailure;
test |
method result: The test that produced these results- ( id<TWTest> )test;
(Last Updated 6/6/2004)