org.hamcrest.Matcher<ImmutableOpenMap>, org.hamcrest.SelfDescribingpublic static class CollectionMatchers.ImmutableOpenMapHasAllKeysMatcher extends org.hamcrest.TypeSafeMatcher<ImmutableOpenMap>
| Constructor | Description |
|---|---|
ImmutableOpenMapHasAllKeysMatcher(java.lang.String... keys) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
describeMismatchSafely(ImmutableOpenMap map,
org.hamcrest.Description mismatchDescription) |
|
void |
describeTo(org.hamcrest.Description description) |
|
protected boolean |
matchesSafely(ImmutableOpenMap item) |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toStringpublic ImmutableOpenMapHasAllKeysMatcher(java.lang.String... keys)
protected boolean matchesSafely(ImmutableOpenMap item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<ImmutableOpenMap>public void describeMismatchSafely(ImmutableOpenMap map, org.hamcrest.Description mismatchDescription)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<ImmutableOpenMap>public void describeTo(org.hamcrest.Description description)