Inherits from KWMatcher : NSObject
Declared in KWUserDefinedMatcher.h

Properties

description

@property (nonatomic, copy) NSString *description

failureMessageForShould

@property (nonatomic, copy) NSString *failureMessageForShould

failureMessageForShouldNot

@property (nonatomic, copy) NSString *failureMessageForShouldNot

matcherBlock

@property (nonatomic, assign) KWUserDefinedMatcherBlock matcherBlock

selector

@property (nonatomic, assign) SEL selector

Class Methods

matcherWithSubject:block:

+ (id)matcherWithSubject:(id)aSubject block:(KWUserDefinedMatcherBlock)aBlock

Instance Methods

initWithSubject:block:

- (id)initWithSubject:(id)aSubject block:(KWUserDefinedMatcherBlock)aBlock

setSubject:

- (void)setSubject:(id)aSubject