Inherits from KWMatcher : NSObject
Declared in KWHaveMatcher.h

Instance Methods

have:itemsForInvocation:

- (void)have:(NSUInteger)aCount itemsForInvocation:(NSInvocation *)anInvocation

haveAtLeast:itemsForInvocation:

- (void)haveAtLeast:(NSUInteger)aCount itemsForInvocation:(NSInvocation *)anInvocation

haveAtMost:itemsForInvocation:

- (void)haveAtMost:(NSUInteger)aCount itemsForInvocation:(NSInvocation *)anInvocation

haveCountOf:

- (void)haveCountOf:(NSUInteger)aCount

haveCountOfAtLeast:

- (void)haveCountOfAtLeast:(NSUInteger)aCount

haveCountOfAtMost:

- (void)haveCountOfAtMost:(NSUInteger)aCount

haveLengthOf:

- (void)haveLengthOf:(NSUInteger)aCount

haveLengthOfAtLeast:

- (void)haveLengthOfAtLeast:(NSUInteger)aCount

haveLengthOfAtMost:

- (void)haveLengthOfAtMost:(NSUInteger)aCount