public static class ElasticsearchMatchers.SearchHitHasIndexMatcher extends org.hamcrest.TypeSafeMatcher<SearchHit>
Constructor and Description |
---|
SearchHitHasIndexMatcher(java.lang.String index) |
Modifier and Type | Method and Description |
---|---|
void |
describeMismatchSafely(SearchHit searchHit,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(SearchHit searchHit) |
public boolean matchesSafely(SearchHit searchHit)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<SearchHit>
public void describeMismatchSafely(SearchHit searchHit, org.hamcrest.Description mismatchDescription)
describeMismatchSafely
in class org.hamcrest.TypeSafeMatcher<SearchHit>
public void describeTo(org.hamcrest.Description description)