Searched refs:exceptionMatcher (Results 1 – 2 of 2) sorted by relevance
53 Matcher<T> exceptionMatcher) { in isException() argument54 return new StacktracePrintingMatcher<T>(exceptionMatcher); in isException()
110 public static <T extends Exception> Matcher<T> isException(Matcher<T> exceptionMatcher) { in isException() argument111 return StacktracePrintingMatcher.isException(exceptionMatcher); in isException()