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
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