Home
last modified time | relevance | path

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

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