Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DExpectedExceptionsHolder.java70 public Throwable wrongException(Throwable ite) { in wrongException() method in ExpectedExceptionsHolder
DInvoker.java1368 testResult.setThrowable(expectedExceptionsHolder.wrongException(ite)); in handleInvocationResults()