Class TryMatchers

java.lang.Object
io.atlassian.fugue.hamcrest.TryMatchers

public final class TryMatchers extends Object
Since:
4.7.0
  • Constructor Details

    • TryMatchers

      private TryMatchers()
  • Method Details

    • isFailure

      public static org.hamcrest.Matcher<Try<?>> isFailure(org.hamcrest.Matcher<? super Exception> subMatcher)
    • isFailure

      public static org.hamcrest.Matcher<Try<?>> isFailure()
    • isSuccessful

      public static <A> org.hamcrest.Matcher<Try<A>> isSuccessful(org.hamcrest.Matcher<? super A> subMatcher)