Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/
DIExpectedExceptionsHolder.java19 boolean isThrowableMatching(Throwable ite); in isThrowableMatching() method
/external/testng/src/main/java/org/testng/internal/
DRegexpExpectedExceptionsHolder.java32 public boolean isThrowableMatching(Throwable ite) { in isThrowableMatching() method in RegexpExpectedExceptionsHolder