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

r228 by sebastian.bergmann on Jan 04, 2008   Diff
- Fix EOLs.
Go to: 
Project members, sign in to write a code review

Older revisions

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.
r29 by npryce on Aug 25, 2006   Diff
Factored SelfDescribing interface out
of Matcher<T>
All revisions of this file

File info

Size: 463 bytes, 16 lines

File properties

svn:eol-style
native
Hosted by Google Code