Home
last modified time | relevance | path

Searched defs:getFailedInvocationNumbers (Results 1 – 4 of 4) sorted by relevance

/external/testng/src/main/java/org/testng/
DITestNGMethod.java248 public List<Integer> getFailedInvocationNumbers(); in getFailedInvocationNumbers() method
/external/testng/src/main/java/org/testng/internal/
DClonedMethod.java348 public List<Integer> getFailedInvocationNumbers() { in getFailedInvocationNumbers() method in ClonedMethod
DBaseTestMethod.java739 public List<Integer> getFailedInvocationNumbers() { in getFailedInvocationNumbers() method in BaseTestMethod
/external/testng/src/test/java/org/testng/internal/
DMethodInstanceTest.java537 public List<Integer> getFailedInvocationNumbers() { in getFailedInvocationNumbers() method in MethodInstanceTest.TestNGMethodStub