Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DInvoker.java1342 ExpectedExceptionsHolder expectedExceptionsHolder, in handleInvocationResults() argument
1360 if (expectedExceptionsHolder != null) { in handleInvocationResults()
1361 if (expectedExceptionsHolder.isExpectedException(ite)) { in handleInvocationResults()
1368 testResult.setThrowable(expectedExceptionsHolder.wrongException(ite)); in handleInvocationResults()
1380 else if(status != ITestResult.SKIP && expectedExceptionsHolder != null) { in handleInvocationResults()
1381 TestException exception = expectedExceptionsHolder.noException(testMethod); in handleInvocationResults()