Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DInvoker.java295 if(isSkipExceptionAndSkip(cause)) { in handleConfigurationFailure()
1365 if (isSkipExceptionAndSkip(ite)){ in handleInvocationResults()
1408 private boolean isSkipExceptionAndSkip(Throwable ite) { in isSkipExceptionAndSkip() method in Invoker