|
OCHamcrest
|
A description of an HCMatcher. More...

Public Member Functions | |
| (id< HCDescription >) | - appendText: |
| Appends some plain text to the description. | |
| (id< HCDescription >) | - appendDescriptionOf: |
Appends description of given value to self. | |
| (id< HCDescription >) | - appendList:start:separator:end: |
| Appends a list of objects to the description. | |
A description of an HCMatcher.
An HCMatcher will describe itself to a description which can later be used for reporting.
| - (id<HCDescription>) appendDescriptionOf: | (id) | value |
Appends description of given value to self.
If the value implements the HCSelfDescribing protocol, then it will be used.
self, for chaining. | - (id<HCDescription>) appendList: | (NSArray *) | values | |
| start: | (NSString *) | start | |
| separator: | (NSString *) | separator | |
| end: | (NSString *) | end | |
Appends a list of objects to the description.
self, for chaining. | - (id<HCDescription>) appendText: | (NSString *) | text |
Appends some plain text to the description.
self, for chaining.
1.8.0