Class MatcherMatcher
java.lang.Object
org.dmfs.jems2.hamcrest.matchers.matcher.MatcherMatcher
Collection of static matcher factories to test
Matchers.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <V> org.hamcrest.Matcher<org.hamcrest.Matcher<V>>describesAs(String description) static <V> org.hamcrest.Matcher<org.hamcrest.Matcher<V>>describesAs(org.hamcrest.Matcher<? super String> descriptionMatcher) static <V> org.hamcrest.Matcher<org.hamcrest.Matcher<? super V>>matches(V value) static <V> org.hamcrest.Matcher<org.hamcrest.Matcher<? super V>>mismatches(V value) static <V> org.hamcrest.Matcher<org.hamcrest.Matcher<? super V>>mismatches(V value, String mismatchDescription) static <V> org.hamcrest.Matcher<org.hamcrest.Matcher<V>>mismatches(V value, org.hamcrest.Matcher<? super String> mismatchDescriptionMatcher)
-
Constructor Details
-
MatcherMatcher
public MatcherMatcher()
-
-
Method Details
-
matches
public static <V> org.hamcrest.Matcher<org.hamcrest.Matcher<? super V>> matches(V value) -
describesAs
-
describesAs
public static <V> org.hamcrest.Matcher<org.hamcrest.Matcher<V>> describesAs(org.hamcrest.Matcher<? super String> descriptionMatcher) -
mismatches
public static <V> org.hamcrest.Matcher<org.hamcrest.Matcher<? super V>> mismatches(V value) -
mismatches
public static <V> org.hamcrest.Matcher<org.hamcrest.Matcher<? super V>> mismatches(V value, String mismatchDescription) -
mismatches
public static <V> org.hamcrest.Matcher<org.hamcrest.Matcher<V>> mismatches(V value, org.hamcrest.Matcher<? super String> mismatchDescriptionMatcher)
-