Package io.atlassian.fugue.hamcrest
Class OptionMatchers.SomeMatcher<T>
- All Implemented Interfaces:
org.hamcrest.Matcher<Option<T>>,org.hamcrest.SelfDescribing
- Enclosing class:
OptionMatchers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddescribeMismatchSafely(Option<T> actual, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) protected booleanmatchesSafely(Option<T> 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
-
SomeMatcher
-
-
Method Details
-
matchesSafely
-
describeTo
public void describeTo(org.hamcrest.Description description) -
describeMismatchSafely
-