Package io.atlassian.fugue.hamcrest
Class TryMatchers.SuccessfulMatcher<A>
- All Implemented Interfaces:
org.hamcrest.Matcher<Try<A>>,org.hamcrest.SelfDescribing
- Enclosing class:
TryMatchers
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSuccessfulMatcher(org.hamcrest.Matcher<? super A> subMatcher) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddescribeMismatchSafely(Try<A> actual, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) protected booleanmatchesSafely(Try<A> 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
-
SuccessfulMatcher
-
-
Method Details