Package io.atlassian.fugue.hamcrest
Class EitherMatchers.LeftMatcher<L>
- All Implemented Interfaces:
org.hamcrest.Matcher<Either<L,,?>> org.hamcrest.SelfDescribing
- Enclosing class:
EitherMatchers
private static class EitherMatchers.LeftMatcher<L>
extends org.hamcrest.TypeSafeMatcher<Either<L,?>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddescribeMismatchSafely(Either<L, ?> actual, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) protected booleanmatchesSafely(Either<L, ?> 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
-
LeftMatcher
-
-
Method Details
-
matchesSafely
-
describeTo
public void describeTo(org.hamcrest.Description description) -
describeMismatchSafely
-