- Inherits From:
- SenTestRun
- Declared In:
- SenTestCaseRun.h
Synopsis:
NSString *SenTestCaseDidStartNotification;
NSString *SenTestCaseDidStopNotification;
NSString *SenTestCaseDidFailNotification;
NSMutableArray *exceptions;
unsigned int failureCount;
unsigned int unexpectedExceptionCount;
exceptions No description. failureCount No description. unexpectedExceptionCount No description.
- - exceptions
- - addException:
- (void)addException:(NSException *)anException
No method description.
- (NSArray *)exceptions
No method description.