XCTestSuiteRun Class Reference

Inherits from XCTestRun : NSObject
Declared in XCTestSuiteRun.h

– addTestRun:

- (void)addTestRun:(id)arg1

– dealloc

- (void)dealloc

– executionCount

- (unsigned long long)executionCount

– failureCount

- (unsigned long long)failureCount

– initWithTest:

- (id)initWithTest:(id)arg1

– recordFailureWithDescription:inFile:atLine:expected:

- (void)recordFailureWithDescription:(id)arg1 inFile:(id)arg2 atLine:(unsigned long long)arg3 expected:(_Bool)arg4

– start

- (void)start

– stop

- (void)stop

– testDuration

- (double)testDuration

  testRuns

@property (readonly, copy) NSArray *testRuns

– unexpectedExceptionCount

- (unsigned long long)unexpectedExceptionCount