| Constructor and Description |
|---|
ThrowableCauseMatcher(org.hamcrest.Matcher<T> matcher) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(T item,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
static <T extends Throwable> |
hasCause(org.hamcrest.Matcher<T> matcher) |
protected boolean |
matchesSafely(T item) |
public ThrowableCauseMatcher(org.hamcrest.Matcher<T> matcher)
public void describeTo(org.hamcrest.Description description)
protected boolean matchesSafely(T item)
protected void describeMismatchSafely(T item, org.hamcrest.Description description)
public static <T extends Throwable> org.hamcrest.Matcher<T> hasCause(org.hamcrest.Matcher<T> matcher)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.