Package io.atlassian.fugue.hamcrest
Class TryMatchers
java.lang.Object
io.atlassian.fugue.hamcrest.TryMatchers
- Since:
- 4.7.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<io.atlassian.fugue.Try<?>>static org.hamcrest.Matcher<io.atlassian.fugue.Try<?>>static <A> org.hamcrest.Matcher<io.atlassian.fugue.Try<A>>isSuccessful(org.hamcrest.Matcher<? super A> subMatcher)
-
Method Details
-
isFailure
public static org.hamcrest.Matcher<io.atlassian.fugue.Try<?>> isFailure(org.hamcrest.Matcher<? super Exception> subMatcher) -
isFailure
public static org.hamcrest.Matcher<io.atlassian.fugue.Try<?>> isFailure() -
isSuccessful
public static <A> org.hamcrest.Matcher<io.atlassian.fugue.Try<A>> isSuccessful(org.hamcrest.Matcher<? super A> subMatcher)
-