Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DExpectedExceptionsHolder.java84 public TestException noException(ITestNGMethod testMethod) { in noException() method in ExpectedExceptionsHolder
DInvoker.java1381 TestException exception = expectedExceptionsHolder.noException(testMethod); in handleInvocationResults()