_XCKVOExpectation Class Reference

Inherits from XCTestExpectation : NSObject
Declared in _XCKVOExpectation.h

– _initForTestCase:withDescription:

- (id)_initForTestCase:(id)arg1 withDescription:(id)arg2

– _safelyUnregister

- (void)_safelyUnregister

– cleanup

- (void)cleanup

– dealloc

- (void)dealloc

  expectedValue

@property (retain) id expectedValue

  handler

@property (copy) CDUnknownBlockType handler

  hasUnregistered

@property _Bool hasUnregistered

  keyPath

@property (copy) NSString *keyPath

– observeValueForKeyPath:ofObject:change:context:

- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4

  observedObject

@property (retain) id observedObject

– startObserving

- (void)startObserving