OCHamcrest
Public Member Functions
<HCSelfDescribing> Protocol Reference

The ability of an object to describe itself. More...

Inheritance diagram for <HCSelfDescribing>:
Inheritance graph
[legend]

List of all members.

Public Member Functions

(void) - describeTo:
 Generates a description of the object.

Detailed Description

The ability of an object to describe itself.


Member Function Documentation

- (void) describeTo: (id< HCDescription >)  description

Generates a description of the object.

The description may be part of a description of a larger object of which this is just a component, so it should be worded appropriately.

Parameters:
descriptionThe description to be built or appended to.