Searched defs:isThrowable (Results 1 – 6 of 6) sorted by relevance
43 public static <T extends Throwable> Matcher<T> isThrowable( in isThrowable() method in StacktracePrintingMatcher
102 public static <T extends Throwable> Matcher<T> isThrowable(Matcher<T> throwableMatcher) { in isThrowable() method in JUnitMatchers
33 public abstract boolean isThrowable(); in isThrowable() method in ResolvedType
38 public boolean isThrowable() { in isThrowable() method in TypeReferenceTest.BogusResolvedType
70 public boolean isThrowable(Element e) { in isThrowable() method in DocletElementUtils
286 public boolean isThrowable() { return Throwable.class.isAssignableFrom(_class); } in isThrowable() method in JavaType