Package org.dmfs.jems2.hamcrest.matchers.matcher


package org.dmfs.jems2.hamcrest.matchers.matcher
  • Classes
    Class
    Description
    DescriptionMatcher<V,T extends org.hamcrest.Matcher<V>>
    A Matcher to test the description of another Matcher.
    Collection of static matcher factories to test Matchers.
    MatchMatcher<V,T extends org.hamcrest.Matcher<? super V>>
    A Matcher to check if another Matcher matches a specific value.
    MismatchMatcher<V,T extends org.hamcrest.Matcher<? super V>>
    A Matcher to check if another Matcher mismatches a specific value with a specific description.