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

List of all members.

Public Member Functions

(instancetype) - initWithKeyMatcher:valueMatcher:

Static Public Member Functions

(instancetype) + isDictionaryContainingKey:value:

Protected Attributes

id< HCMatcherkeyMatcher
id< HCMatchervalueMatcher

Member Function Documentation

- (instancetype) initWithKeyMatcher: (id< HCMatcher >)  aKeyMatcher
valueMatcher: (id< HCMatcher >)  aValueMatcher 
+ (instancetype) isDictionaryContainingKey: (id< HCMatcher >)  aKeyMatcher
value: (id< HCMatcher >)  aValueMatcher 

Member Data Documentation

- (id<HCMatcher>) keyMatcher [protected]
- (id<HCMatcher>) valueMatcher [protected]