T
- the type of the throwable being matchedpublic class ThrowableMessageMatcher<T extends Throwable>
extends org.hamcrest.TypeSafeMatcher<T>
Constructor and Description |
---|
ThrowableMessageMatcher(org.hamcrest.Matcher<? extends String> messageMatcher) |
Modifier and Type | Method and Description |
---|---|
protected void |
describeMismatchSafely(T item,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(T item) |
String |
toString() |
public ThrowableMessageMatcher(org.hamcrest.Matcher<? extends String> messageMatcher)
Copyright © 2021. All rights reserved.