Home | History | Annotate | Download | only in matchers
      1 /**
      2  * Provides useful additional {@link org.hamcrest.Matcher}s for use with
      3  * the {@link org.junit.Assert#assertThat(Object, org.hamcrest.Matcher)}
      4  * statement
      5  *
      6  * @since 4.0
      7  * @see org.junit.matchers.JUnitMatchers
      8  */
      9 package org.junit.matchers;