Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DInvoker.java194 if (!confInvocationPassed(tm, currentTestMethod, testClass, instance) && !alwaysRun) { in invokeConfigurations()
412 private boolean confInvocationPassed(ITestNGMethod method, ITestNGMethod currentTestMethod, in confInvocationPassed() method in Invoker
627 if(confInvocationPassed(tm, tm, testClass, instance)) { in invokeMethod()