Package io.atlassian.fugue.hamcrest
Class TryMatchers.FailureMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<Try<?>>,org.hamcrest.SelfDescribing
- Enclosing class:
TryMatchers
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateFailureMatcher(org.hamcrest.Matcher<? super Exception> subMatcher) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddescribeMismatchSafely(Try<?> actual, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) protected booleanmatchesSafely(Try<?> actual) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Field Details
-
subMatcher
-
-
Constructor Details
-
FailureMatcher
-
-
Method Details