My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package org.hamcrest;

/**
* The ability of an object to describe itself.
*/
public interface SelfDescribing {
/**
* Generates a description of the object. The description may be part of a
* a description of a larger object of which this is just a component, so it
* should be worded appropriately.
*
* @param description
* The description to be built or appended to.
*/
void describeTo(Description description);
}
Show details Hide details

Change log

r287 by jon.m.reid on Jul 26, 2008   Diff
Indentation: Use four spaces, not tabs.
Go to: 
Project members, sign in to write a code review

Older revisions

r228 by sebastian.bergmann on Jan 04, 2008   Diff
- Fix EOLs.
r119 by joe.walnes on May 16, 2007   Diff
Structural changes: Created hamcrest-
core.

* Moved all of hamcrest-api into
hamcrest-core.
...
r88 by joe.walnes on Dec 20, 2006   Diff
Made directory structure friendlier to
popular maven style projects.
All revisions of this file

File info

Size: 466 bytes, 16 lines

File properties

svn:eol-style
native
Hosted by Google Code