Uses of Package
org.hamcrest

Packages that use org.hamcrest
org.hamcrest The stable API defining Matcher and its associated interfaces and classes. 
org.hamcrest.core Fundamental matchers of objects and values, and composite matchers. 
org.hamcrest.internal   
org.junit Provides JUnit core classes and annotations. 
org.junit.experimental.results   
org.junit.internal   
org.junit.internal.matchers   
org.junit.matchers Provides useful additional Matchers for use with the Assert.assertThat(Object, org.hamcrest.Matcher) statement 
org.junit.rules   
 

Classes in org.hamcrest used by org.hamcrest
BaseDescription
          A Description that is stored as a string.
Description
          A description of a Matcher.
Matcher
          A matcher over acceptable values.
SelfDescribing
          The ability of an object to describe itself.
 

Classes in org.hamcrest used by org.hamcrest.core
BaseMatcher
          BaseClass for all Matcher implementations.
Description
          A description of a Matcher.
Factory
          Marks a Hamcrest static factory method so tools recognise them.
Matcher
          A matcher over acceptable values.
SelfDescribing
          The ability of an object to describe itself.
 

Classes in org.hamcrest used by org.hamcrest.internal
Description
          A description of a Matcher.
SelfDescribing
          The ability of an object to describe itself.
 

Classes in org.hamcrest used by org.junit
Matcher
          A matcher over acceptable values.
 

Classes in org.hamcrest used by org.junit.experimental.results
Matcher
          A matcher over acceptable values.
 

Classes in org.hamcrest used by org.junit.internal
Description
          A description of a Matcher.
Matcher
          A matcher over acceptable values.
SelfDescribing
          The ability of an object to describe itself.
 

Classes in org.hamcrest used by org.junit.internal.matchers
BaseMatcher
          BaseClass for all Matcher implementations.
Description
          A description of a Matcher.
Factory
          Marks a Hamcrest static factory method so tools recognise them.
Matcher
          A matcher over acceptable values.
SelfDescribing
          The ability of an object to describe itself.
 

Classes in org.hamcrest used by org.junit.matchers
Matcher
          A matcher over acceptable values.
 

Classes in org.hamcrest used by org.junit.rules
Matcher
          A matcher over acceptable values.