Home
last modified time | relevance | path

Searched defs:hasCause (Results 1 – 2 of 2) sorted by relevance

/external/junit/src/main/java/org/junit/internal/matchers/
DThrowableCauseMatcher.java47 public static <T extends Throwable> Matcher<T> hasCause(final Matcher<?> matcher) { in hasCause() method in ThrowableCauseMatcher
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/exception/
DExceptionUtils.java493 public static boolean hasCause(Throwable chain, in hasCause() method in ExceptionUtils