Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/
DITestNGMethod.java214 public int getCurrentInvocationCount(); in getCurrentInvocationCount() method
/external/testng/src/main/java/org/testng/internal/
DConfigurationGroupMethods.java63 int invocationCount= method.getCurrentInvocationCount(); in isLastMethodForGroup()
DClonedMethod.java53 public int getCurrentInvocationCount() { in getCurrentInvocationCount() method in ClonedMethod
DInvoker.java462 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()
DBaseTestMethod.java672 public int getCurrentInvocationCount() { in getCurrentInvocationCount() method in BaseTestMethod
/external/testng/src/main/java/org/testng/remote/strprotocol/
DTestResultMessage.java119 result.getMethod().getCurrentInvocationCount() in TestResultMessage()
423 public int getCurrentInvocationCount() { in getCurrentInvocationCount() method in TestResultMessage
/external/testng/src/main/java/org/testng/reporters/
DVerboseReporter.java235 sb.append(tm.getCurrentInvocationCount()); in logTestResult()
/external/testng/src/test/java/org/testng/internal/
DMethodInstanceTest.java478 public int getCurrentInvocationCount() { in getCurrentInvocationCount() method in MethodInstanceTest.TestNGMethodStub