Searched refs:getCurrentInvocationCount (Results 1 – 8 of 8) sorted by relevance
214 public int getCurrentInvocationCount(); in getCurrentInvocationCount() method
63 int invocationCount= method.getCurrentInvocationCount(); in isLastMethodForGroup()
53 public int getCurrentInvocationCount() { in getCurrentInvocationCount() method in ClonedMethod
462 return String.format("%s+%d", instance.toString(), method.getCurrentInvocationCount()); in getMethodInvocationToken()763 (cm.isFirstTimeOnly() && tm.getCurrentInvocationCount() == 0)) in filterConfigurationMethods()769 int current = tm.getCurrentInvocationCount(); in filterConfigurationMethods()
672 public int getCurrentInvocationCount() { in getCurrentInvocationCount() method in BaseTestMethod
119 result.getMethod().getCurrentInvocationCount() in TestResultMessage()423 public int getCurrentInvocationCount() { in getCurrentInvocationCount() method in TestResultMessage
235 sb.append(tm.getCurrentInvocationCount()); in logTestResult()
478 public int getCurrentInvocationCount() { in getCurrentInvocationCount() method in MethodInstanceTest.TestNGMethodStub