| Constructor and Description |
|---|
EnumMatcher(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(Enum<?> item) |
static EnumMatcher |
matchingEnum(String name) |
describeMismatch, describeMismatchSafely, matchespublic EnumMatcher(String name)
public void describeTo(org.hamcrest.Description description)
protected boolean matchesSafely(Enum<?> item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<Enum<?>>public static EnumMatcher matchingEnum(String name)
Copyright © 2016. All rights reserved.