Searched refs:expectedExceptionsHolder (Results 1 – 1 of 1) sorted by relevance
1342 ExpectedExceptionsHolder expectedExceptionsHolder, in handleInvocationResults() argument1360 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()