Searched refs:getTotalInvocationCount (Results 1 – 6 of 6) sorted by relevance
66 public int getTotalInvocationCount() { in getTotalInvocationCount() method in TestNGMethod198 clone.m_totalInvocationCount = getTotalInvocationCount(); in clone()
113 public int getTotalInvocationCount() { in getTotalInvocationCount() method in ClonedMethod
774 isLast = current == tm.getParameterInvocationCount() * tm.getTotalInvocationCount(); in filterConfigurationMethods()778 else if (tm.getTotalInvocationCount() > 1) { in filterConfigurationMethods()779 isLast = current == tm.getTotalInvocationCount(); in filterConfigurationMethods()
343 public int getTotalInvocationCount() { in getTotalInvocationCount() method in BaseTestMethod
173 int getTotalInvocationCount(); in getTotalInvocationCount() method
409 public int getTotalInvocationCount() { in getTotalInvocationCount() method in MethodInstanceTest.TestNGMethodStub