Class SingleMatcher
java.lang.Object
org.dmfs.jems2.hamcrest.matchers.single.SingleMatcher
Matcher for Single.-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> org.hamcrest.Matcher<org.dmfs.jems2.Fragile<? extends T,? extends RuntimeException>> hasValue(org.hamcrest.Matcher<T> valueMatcher) static <T> org.hamcrest.Matcher<org.dmfs.jems2.Fragile<? extends T,? extends RuntimeException>> hasValue(T expectedValue)
-
Method Details
-
hasValue
public static <T> org.hamcrest.Matcher<org.dmfs.jems2.Fragile<? extends T,? extends RuntimeException>> hasValue(org.hamcrest.Matcher<T> valueMatcher) -
hasValue
public static <T> org.hamcrest.Matcher<org.dmfs.jems2.Fragile<? extends T,? extends RuntimeException>> hasValue(T expectedValue)
-