Inherits from NSObject
Conforms to KWMessageSpying
Declared in KWMessageTracker.h

Properties

count

@property (nonatomic, readonly) NSUInteger count

countType

@property (nonatomic, readonly) KWCountType countType

messagePattern

@property (nonatomic, readonly) KWMessagePattern *messagePattern

subject

@property (nonatomic, readonly) id subject

Class Methods

messageTrackerWithSubject:messagePattern:countType:count:

+ (id)messageTrackerWithSubject:(id)anObject messagePattern:(KWMessagePattern *)aMessagePattern countType:(KWCountType)aCountType count:(NSUInteger)aCount

Instance Methods

expectedCountPhrase

- (NSString *)expectedCountPhrase

initWithSubject:messagePattern:countType:count:

- (id)initWithSubject:(id)anObject messagePattern:(KWMessagePattern *)aMessagePattern countType:(KWCountType)aCountType count:(NSUInteger)aCount

receivedCountPhrase

- (NSString *)receivedCountPhrase

stopTracking

- (void)stopTracking

succeeded

- (BOOL)succeeded