Inherits from KWMatchVerifier : NSObject
Declared in KWAsyncVerifier.h

Properties

timeout

@property (nonatomic, assign) NSTimeInterval timeout

Class Methods

asyncVerifierWithExpectationType:callSite:matcherFactory:reporter:probeTimeout:

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

Instance Methods

verifyWithProbe:

- (void)verifyWithProbe:(KWAsyncMatcherProbe *)aProbe