XCTestCase Class Reference

Inherits from XCTest : NSObject
Declared in XCTestCase.h

+ _allTestMethodInvocations:

+ (void)_allTestMethodInvocations:(id)arg1

+ _baselineDictionary

+ (id)_baselineDictionary

+ _enableSymbolication

+ (_Bool)_enableSymbolication

+ _reportPerformanceFailuresForLargeImprovements

+ (_Bool)_reportPerformanceFailuresForLargeImprovements

+ _treatMissingBaselinesAsTestFailures

+ (_Bool)_treatMissingBaselinesAsTestFailures

+ allSubclasses

+ (id)allSubclasses

+ allTestMethodInvocations

+ (id)allTestMethodInvocations

+ defaultPerformanceMetrics

+ (id)defaultPerformanceMetrics

+ defaultTestSuite

+ (id)defaultTestSuite

+ isInheritingTestCases

+ (_Bool)isInheritingTestCases

+ setUp

+ (void)setUp

+ tearDown

+ (void)tearDown

+ testCaseWithInvocation:

+ (id)testCaseWithInvocation:(id)arg1

+ testCaseWithSelector:

+ (id)testCaseWithSelector:(SEL)arg1

+ testInvocations

+ (id)testInvocations

+ testMethodInvocations

+ (id)testMethodInvocations

– _completeWithResult:

- (void)_completeWithResult:(id)arg1

– _configureTimeoutForInterval:forWaitAtAddress:testClassName:testMethodName:

- (void)_configureTimeoutForInterval:(double)arg1 forWaitAtAddress:(unsigned long long)arg2 testClassName:(id)arg3 testMethodName:(id)arg4

– _dequeueFailures

- (void)_dequeueFailures

– _didMeasureMetrics

- (_Bool)_didMeasureMetrics

– _didStartMeasuring

- (_Bool)_didStartMeasuring

– _didStopMeasuring

- (_Bool)_didStopMeasuring

– _enqueueFailureWithDescription:inFile:atLine:expected:

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

– _expectationForDarwinNotification:

- (id)_expectationForDarwinNotification:(id)arg1

– _expectationsHaveBeenFulfilled

- (_Bool)_expectationsHaveBeenFulfilled

– _fulfillExpectation:

- (void)_fulfillExpectation:(id)arg1

– _interruptTest

- (void)_interruptTest

– _isMeasuringMetrics

- (_Bool)_isMeasuringMetrics

– _logAndReportPerformanceMetrics:perfMetricResultsForIDs:withBaselinesForTest:defaultBaselinesForPerfMetricID:

- (void)_logAndReportPerformanceMetrics:(id)arg1 perfMetricResultsForIDs:(id)arg2 withBaselinesForTest:(id)arg3 defaultBaselinesForPerfMetricID:(id)arg4

– _perfMetricDataForID

- (id)_perfMetricDataForID

– _recordUnexpectedFailureWithDescription:exception:

- (void)_recordUnexpectedFailureWithDescription:(id)arg1 exception:(id)arg2

– _recordValues:forPerformanceMetricID:name:unitsOfMeasurement:baselineName:baselineAverage:maxPercentRegression:maxPercentRelativeStandardDeviation:maxRegression:maxStandardDeviation:file:line:

- (void)_recordValues:(id)arg1 forPerformanceMetricID:(id)arg2 name:(id)arg3 unitsOfMeasurement:(id)arg4 baselineName:(id)arg5 baselineAverage:(id)arg6 maxPercentRegression:(id)arg7 maxPercentRelativeStandardDeviation:(id)arg8 maxRegression:(id)arg9 maxStandardDeviation:(id)arg10 file:(id)arg11 line:(unsigned long long)arg12

– _requiredTestRunBaseClass

- (Class)_requiredTestRunBaseClass

– _symbolicationRecordForTestCodeInAddressStack:

- (id)_symbolicationRecordForTestCodeInAddressStack:(id)arg1

  activityRecordStackDepth

@property (readonly) unsigned long long activityRecordStackDepth

– addUIInterruptionMonitorWithDescription:handler:

- (id)addUIInterruptionMonitorWithDescription:(id)arg1 handler:(CDUnknownBlockType)arg2

– afterTestIteration:selector:

- (void)afterTestIteration:(unsigned long long)arg1 selector:(SEL)arg2

– beforeTestIteration:selector:

- (void)beforeTestIteration:(unsigned long long)arg1 selector:(SEL)arg2

  continueAfterFailure

@property _Bool continueAfterFailure

– dealloc

- (void)dealloc

– description

- (id)description

– expectationForNotification:object:handler:

- (id)expectationForNotification:(id)arg1 object:(id)arg2 handler:(CDUnknownBlockType)arg3

– expectationForPredicate:evaluatedWithObject:handler:

- (id)expectationForPredicate:(id)arg1 evaluatedWithObject:(id)arg2 handler:(CDUnknownBlockType)arg3

– expectationWithDescription:

- (id)expectationWithDescription:(id)arg1

– init

- (id)init

– initWithInvocation:

- (id)initWithInvocation:(id)arg1

– initWithSelector:

- (id)initWithSelector:(SEL)arg1

  internalImplementation

@property (retain) _XCTestCaseImplementation *internalImplementation

  invocation

@property (retain) NSInvocation *invocation

– invokeTest

- (void)invokeTest

– isEqual:

- (_Bool)isEqual:(id)arg1

– keyValueObservingExpectationForObject:keyPath:expectedValue:

- (id)keyValueObservingExpectationForObject:(id)arg1 keyPath:(id)arg2 expectedValue:(id)arg3

– keyValueObservingExpectationForObject:keyPath:handler:

- (id)keyValueObservingExpectationForObject:(id)arg1 keyPath:(id)arg2 handler:(CDUnknownBlockType)arg3

– languageAgnosticTestMethodName

- (id)languageAgnosticTestMethodName

– measureBlock:

- (void)measureBlock:(CDUnknownBlockType)arg1

– measureMetrics:automaticallyStartMeasuring:forBlock:

- (void)measureMetrics:(id)arg1 automaticallyStartMeasuring:(_Bool)arg2 forBlock:(CDUnknownBlockType)arg3

– name

- (id)name

– nameForLegacyLogging

- (id)nameForLegacyLogging

– numberOfTestIterationsForTestWithSelector:

- (unsigned long long)numberOfTestIterationsForTestWithSelector:(SEL)arg1

– performTest:

- (void)performTest:(id)arg1

– recordFailureWithDescription:inFile:atLine:expected:

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

– removeUIInterruptionMonitor:

- (void)removeUIInterruptionMonitor:(id)arg1

  shouldHaltWhenReceivesControl

@property (nonatomic) _Bool shouldHaltWhenReceivesControl

  testCaseRun

@property (retain) XCTestCaseRun *testCaseRun

– setUpTestWithSelector:

- (void)setUpTestWithSelector:(SEL)arg1

– startActivityWithTitle:block:

- (void)startActivityWithTitle:(id)arg1 block:(CDUnknownBlockType)arg2

– startMeasuring

- (void)startMeasuring

– stopMeasuring

- (void)stopMeasuring

– tearDownTestWithSelector:

- (void)tearDownTestWithSelector:(SEL)arg1

– testCaseCount

- (unsigned long long)testCaseCount

  testContext

@property (readonly) XCTestContext *testContext

– testRunClass

- (Class)testRunClass

– waitForExpectationsWithTimeout:handler:

- (void)waitForExpectationsWithTimeout:(double)arg1 handler:(CDUnknownBlockType)arg2