XCTestContext Class Reference

Inherits from NSObject
Declared in XCTestContext.h

+ defaultAsynchronousUIElementHandler

+ (CDUnknownBlockType)defaultAsynchronousUIElementHandler

– addUIInterruptionMonitorWithDescription:handler:

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

  currentScope

@property (retain, nonatomic) XCTestContextScope *currentScope

– dealloc

- (void)dealloc

  didHandleUIInterruption

@property _Bool didHandleUIInterruption

– handleAsynchronousUIElement:

- (_Bool)handleAsynchronousUIElement:(id)arg1

  handlers

@property (readonly, copy) NSArray *handlers

– init

- (id)init

– performInScope:

- (void)performInScope:(CDUnknownBlockType)arg1

– removeUIInterruptionMonitor:

- (void)removeUIInterruptionMonitor:(id)arg1