public final class TryMatchers extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Try<?>> |
isFailure() |
static org.hamcrest.Matcher<Try<?>> |
isFailure(org.hamcrest.Matcher<? super Exception> subMatcher) |
static <A> org.hamcrest.Matcher<Try<A>> |
isSuccessful(org.hamcrest.Matcher<? super A> subMatcher) |
public static org.hamcrest.Matcher<Try<?>> isFailure(org.hamcrest.Matcher<? super Exception> subMatcher)
public static org.hamcrest.Matcher<Try<?>> isFailure()
public static <A> org.hamcrest.Matcher<Try<A>> isSuccessful(org.hamcrest.Matcher<? super A> subMatcher)
Copyright © 2018 Atlassian. All rights reserved.