Home
last modified time | relevance | path

Searched defs:getTotalInvocationCount (Results 1 – 5 of 5) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DTestNGMethod.java66 public int getTotalInvocationCount() { in getTotalInvocationCount() method in TestNGMethod
DClonedMethod.java113 public int getTotalInvocationCount() { in getTotalInvocationCount() method in ClonedMethod
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