Home
last modified time | relevance | path

Searched refs:isThrowableMatching (Results 1 – 3 of 3) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DExpectedExceptionsHolder.java62 if (exception.isAssignableFrom(realExceptionClass) && holder.isThrowableMatching(ite)) { in isExpectedException()
75 if (holder.isThrowableMatching(ite)) { in wrongException()
DRegexpExpectedExceptionsHolder.java32 public boolean isThrowableMatching(Throwable ite) { in isThrowableMatching() method in RegexpExpectedExceptionsHolder
/external/testng/src/main/java/org/testng/
DIExpectedExceptionsHolder.java19 boolean isThrowableMatching(Throwable ite); in isThrowableMatching() method