Searched refs:isThrowable (Results 1 – 3 of 3) sorted by relevance
4 import static org.junit.matchers.JUnitMatchers.isThrowable;27 return isThrowable(allOfTheMatchers()); in build()
102 public static <T extends Throwable> Matcher<T> isThrowable(Matcher<T> throwableMatcher) { in isThrowable() method in JUnitMatchers103 return StacktracePrintingMatcher.isThrowable(throwableMatcher); in isThrowable()
46 public static <T extends Throwable> Matcher<T> isThrowable( in isThrowable() method in StacktracePrintingMatcher