Inherits from KWMatcher : NSObject
Declared in KWReceiveMatcher.h

Properties

willEvaluateMultipleTimes

@property (nonatomic, assign) BOOL willEvaluateMultipleTimes

Instance Methods

receive:

- (void)receive:(SEL)aSelector

receive:andReturn:

- (void)receive:(SEL)aSelector andReturn:(id)aValue

receive:andReturn:withCount:

- (void)receive:(SEL)aSelector andReturn:(id)aValue withCount:(NSUInteger)aCount

receive:andReturn:withCountAtLeast:

- (void)receive:(SEL)aSelector andReturn:(id)aValue withCountAtLeast:(NSUInteger)aCount

receive:andReturn:withCountAtMost:

- (void)receive:(SEL)aSelector andReturn:(id)aValue withCountAtMost:(NSUInteger)aCount

receive:withCount:

- (void)receive:(SEL)aSelector withCount:(NSUInteger)aCount

receive:withCountAtLeast:

- (void)receive:(SEL)aSelector withCountAtLeast:(NSUInteger)aCount

receive:withCountAtMost:

- (void)receive:(SEL)aSelector withCountAtMost:(NSUInteger)aCount

receiveMessagePattern:andReturn:countType:count:

- (void)receiveMessagePattern:(KWMessagePattern *)aMessagePattern andReturn:(id)aValue countType:(KWCountType)aCountType count:(NSUInteger)aCount

receiveMessagePattern:countType:count:

- (void)receiveMessagePattern:(KWMessagePattern *)aMessagePattern countType:(KWCountType)aCountType count:(NSUInteger)aCount