OCHamcrest
|
An HCDescription that is stored as a string. More...
Public Member Functions | |
(instancetype) | - init |
Returns an initialized HCStringDescription object that is empty. | |
Static Public Member Functions | |
(NSString *) | + stringFrom: |
Returns the description of an HCSelfDescribing object as a string. | |
(instancetype) | + stringDescription |
Returns an empty description. | |
Protected Attributes | |
NSMutableString * | accumulator |
An HCDescription that is stored as a string.
- (instancetype) init |
Returns an initialized HCStringDescription object that is empty.
+ (instancetype) stringDescription |
Returns an empty description.
+ (NSString *) stringFrom: | (id< HCSelfDescribing >) | selfDescribing |
Returns the description of an HCSelfDescribing object as a string.
selfDescribing | The object to be described. |
- (NSMutableString*) accumulator [protected] |