OCHamcrest
Public Member Functions | Static Public Member Functions | Protected Attributes
HCHasProperty Class Reference
Inheritance diagram for HCHasProperty:
Inheritance graph
[legend]

List of all members.

Public Member Functions

(instancetype) - initWithProperty:value:

Static Public Member Functions

(instancetype) + hasProperty:value:

Protected Attributes

NSString * propertyName
id< HCMatchervalueMatcher

Member Function Documentation

+ (instancetype) hasProperty: (NSString *)  property
value: (id< HCMatcher >)  aValueMatcher 
- (instancetype) initWithProperty: (NSString *)  property
value: (id< HCMatcher >)  aValueMatcher 

Member Data Documentation

- (NSString*) propertyName [protected]
- (id<HCMatcher>) valueMatcher [protected]