Searched refs:getTotalInvocationCount (Results 1 - 6 of 6) sorted by relevance

/external/testng/src/main/java/org/testng/
H A DITestNGMethod.java173 int getTotalInvocationCount(); method in interface:ITestNGMethod
/external/testng/src/main/java/org/testng/internal/
H A DTestNGMethod.java66 public int getTotalInvocationCount() { method in class:TestNGMethod
198 clone.m_totalInvocationCount = getTotalInvocationCount();
H A DClonedMethod.java113 public int getTotalInvocationCount() { method in class:ClonedMethod
H A DInvoker.java774 isLast = current == tm.getParameterInvocationCount() * tm.getTotalInvocationCount();
778 else if (tm.getTotalInvocationCount() > 1) {
779 isLast = current == tm.getTotalInvocationCount();
H A DBaseTestMethod.java343 public int getTotalInvocationCount() { method in class:BaseTestMethod
/external/testng/src/test/java/org/testng/internal/
H A DMethodInstanceTest.java409 public int getTotalInvocationCount() { method in class:MethodInstanceTest.TestNGMethodStub

Completed in 179 milliseconds