Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DExpectedExceptionsHolder.java59 Class<?> realExceptionClass= ite.getClass(); in isExpectedException() local
62 if (exception.isAssignableFrom(realExceptionClass) && holder.isThrowableMatching(ite)) { in isExpectedException()