Package org.junit.internal.matchers
package org.junit.internal.matchers
-
ClassesClassDescriptionStacktracePrintingMatcher<T extends Throwable>A matcher that delegates to throwableMatcher and in addition appends the stacktrace of the actual Throwable in case of a mismatch.ThrowableCauseMatcher<T extends Throwable>A matcher that applies a delegate matcher to the cause of the current Throwable, returning the result of that match.ThrowableMessageMatcher<T extends Throwable>Deprecated.
TypeSafeMatcher
.