Inherits from KWMatchVerifier : NSObject
Declared in KWAsyncVerifier.h

Properties

shouldWait

@property (nonatomic, assign) BOOL shouldWait

timeout

@property (nonatomic, assign) NSTimeInterval timeout

Class Methods

asyncVerifierWithExpectationType:callSite:matcherFactory:reporter:probeTimeout:shouldWait:

+ (id)asyncVerifierWithExpectationType:(KWExpectationType)anExpectationType callSite:(KWCallSite *)aCallSite matcherFactory:(KWMatcherFactory *)aMatcherFactory reporter:(id<KWReporting>)aReporter probeTimeout:(NSTimeInterval)probeTimeout shouldWait:(BOOL)shouldWait

Instance Methods

verifyWithProbe:

- (void)verifyWithProbe:(KWAsyncMatcherProbe *)aProbe