| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(T item,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
static <T> org.hamcrest.Matcher<T> |
hasClassName(org.hamcrest.Matcher<String> matcher) |
protected boolean |
matchesSafely(T item) |
public void describeTo(org.hamcrest.Description description)
protected boolean matchesSafely(T item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<T>protected void describeMismatchSafely(T item, org.hamcrest.Description description)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<T>public static <T> org.hamcrest.Matcher<T> hasClassName(org.hamcrest.Matcher<String> matcher)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.