Inherits from NSObject
Conforms to KWVerifying
Declared in KWMatchVerifier.h

Properties

callSite

@property (nonatomic, readonly) KWCallSite *callSite

expectationType

@property (nonatomic, readonly) KWExpectationType expectationType

matcherFactory

@property (nonatomic, readonly) KWMatcherFactory *matcherFactory

reporter

@property (nonatomic, readonly) id<> reporter

subject

@property (nonatomic, readwrite, retain) id subject

Class Methods

matchVerifierWithExpectationType:callSite:matcherFactory:reporter:

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

Instance Methods

initForShouldNotWithCallSite:matcherFactory:reporter:

- (id)initForShouldNotWithCallSite:(KWCallSite *)aCallSite matcherFactory:(KWMatcherFactory *)aMatcherFactory reporter:(id<KWReporting>)aReporter

initForShouldWithCallSite:matcherFactory:reporter:

- (id)initForShouldWithCallSite:(KWCallSite *)aCallSite matcherFactory:(KWMatcherFactory *)aMatcherFactory reporter:(id<KWReporting>)aReporter

initWithExpectationType:callSite:matcherFactory:reporter:

- (id)initWithExpectationType:(KWExpectationType)anExpectationType callSite:(KWCallSite *)aCallSite matcherFactory:(KWMatcherFactory *)aMatcherFactory reporter:(id<KWReporting>)aReporter