Index Hierarchy KWMatcher Class Reference Inherits from NSObject Conforms to KWMatching Declared in KWMatcher.h Tasks – initWithSubject: + matcherWithSubject: subject property + matcherStrings + canMatchSubject: – evaluate – failureMessageForShould – failureMessageForShouldNot 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 Index Hierarchy