| Constructor and Description |
|---|
NodeExistsMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatchSafely(String query,
org.hamcrest.Description desc) |
void |
describeTo(org.hamcrest.Description desc) |
static org.hamcrest.Matcher<String> |
exists() |
boolean |
matchesSafely(String query) |
public static org.hamcrest.Matcher<String> exists()
public void describeTo(org.hamcrest.Description desc)
public void describeMismatchSafely(String query, org.hamcrest.Description desc)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<String>