Searched refs:isThrowableMatching (Results 1 – 3 of 3) sorted by relevance
62 if (exception.isAssignableFrom(realExceptionClass) && holder.isThrowableMatching(ite)) { in isExpectedException()75 if (holder.isThrowableMatching(ite)) { in wrongException()
32 public boolean isThrowableMatching(Throwable ite) { in isThrowableMatching() method in RegexpExpectedExceptionsHolder
19 boolean isThrowableMatching(Throwable ite); in isThrowableMatching() method