Package org.junit.internal.matchers
-
Class Summary Class Description StacktracePrintingMatcher<T extends java.lang.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 java.lang.Throwable> A matcher that applies a delegate matcher to the cause of the current Throwable, returning the result of that match.ThrowableMessageMatcher<T extends java.lang.Throwable> TypeSafeMatcher<T> Deprecated. Please useTypeSafeMatcher
.