_XCInternalTestRun Class Reference

Inherits from NSObject
Declared in _XCInternalTestRun.h

– dealloc

- (void)dealloc

  executionCount

@property (readonly) unsigned long long executionCount

  failureCount

@property (readonly) unsigned long long failureCount

  hasStopped

@property (readonly) _Bool hasStopped

– 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

  startDate

@property (readonly, copy) NSDate *startDate

– stop

- (void)stop

  stopDate

@property (readonly, copy) NSDate *stopDate

  test

@property (readonly) XCTest *test

  testCaseCount

@property (readonly) unsigned long long testCaseCount

  testDuration

@property (readonly) double testDuration

  totalDuration

@property (readonly) double totalDuration

  unexpectedExceptionCount

@property (readonly) unsigned long long unexpectedExceptionCount