Package io.atlassian.fugue.hamcrest
Class OptionMatchers.NoneMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<Option<?>>
-
- io.atlassian.fugue.hamcrest.OptionMatchers.NoneMatcher
-
- All Implemented Interfaces:
org.hamcrest.Matcher<Option<?>>,org.hamcrest.SelfDescribing
- Enclosing class:
- OptionMatchers
private static class OptionMatchers.NoneMatcher extends org.hamcrest.TypeSafeMatcher<Option<?>>
-
-
Constructor Summary
Constructors Modifier Constructor Description privateNoneMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddescribeMismatchSafely(Option<?> actual, org.hamcrest.Description mismatchDescription)voiddescribeTo(org.hamcrest.Description description)protected booleanmatchesSafely(Option<?> actual)
-
-
-
Field Detail
-
INSTANCE
private static final org.hamcrest.Matcher<Option<?>> INSTANCE
-
-