Package org.hamcrest

The stable API defining Matcher and its associated interfaces and classes.

See:
          Description

Interface Summary
Description A description of a Matcher.
Matcher<T> A matcher over acceptable values.
SelfDescribing The ability of an object to describe itself.
 

Class Summary
BaseDescription A Description that is stored as a string.
BaseMatcher<T> BaseClass for all Matcher implementations.
CoreMatchers  
StringDescription A Description that is stored as a string.
 

Annotation Types Summary
Factory Marks a Hamcrest static factory method so tools recognise them.
 

Package org.hamcrest Description

The stable API defining Matcher and its associated interfaces and classes. Hamcrest sub-projects define their convenience classes in the org.hamcrest package.