- Inherits From:
- NSObject
- Conforms To:
- NSCoding
- Declared In:
- SenTestRun.h
NSTimeInterval startDate;
NSTimeInterval stopDate;
SenTest * test;
startDate No description. stopDate No description. test No description.
- + testRunWithTest:
- - initWithTest:
- - test
- - start
- - stop
- - startDate
- - stopDate
- - totalDuration
- - testDuration
- - testCaseCount
- - failureCount
- - unexpectedExceptionCount
- - totalFailureCount
- - hasSucceeded
+ (id)testRunWithTest:(SenTest *)aTest
No method description.
- (unsigned int)failureCount
No method description.
- (BOOL)hasSucceeded
No method description.
- (id)initWithTest:(SenTest *)aTest
No method description.
- (void)start
No method description.
- (NSDate *)startDate
No method description.
- (void)stop
No method description.
- (NSDate *)stopDate
No method description.
- (SenTest *)test
No method description.
- (unsigned int)testCaseCount
No method description.
- (NSTimeInterval)testDuration
Time spent in test cases
- (NSTimeInterval)totalDuration
Total elapsed time
- (unsigned int)totalFailureCount
No method description.
- (unsigned int)unexpectedExceptionCount
No method description.