Package org.hamcrest

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
BaseMatcher<T> BaseClass for all Matcher implementations.
Matchers  
StringDescription  
TypeSafeMatcher<T> Convenient base class for Matchers that require a non-null value of a specific type.
 

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