Class SingleMatcher

java.lang.Object
org.dmfs.jems2.hamcrest.matchers.single.SingleMatcher

public final class SingleMatcher extends Object
Matcher for Single.
  • 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)