Inherits from NSObject
Conforms to KWMatching
Declared in KWMatcher.h

Properties

subject

@property (nonatomic, readonly) id subject

Class Methods

canMatchSubject:

+ (BOOL)canMatchSubject:(id)anObject

matcherStrings

+ (NSArray *)matcherStrings

matcherWithSubject:

+ (id)matcherWithSubject:(id)anObject

Instance Methods

evaluate

- (BOOL)evaluate

failureMessageForShould

- (NSString *)failureMessageForShould

failureMessageForShouldNot

- (NSString *)failureMessageForShouldNot

initWithSubject:

- (id)initWithSubject:(id)anObject