Home
last modified time | relevance | path

Searched refs:getFailedInvocationNumbers (Results 1 – 6 of 6) sorted by relevance

/external/testng/src/test/java/test/testng387/
DTestNG387.java26 List<Integer> failed = method.getFailedInvocationNumbers(); in testInvocationCounterIsCorrectForMethodWithDataProvider()
/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/main/java/org/testng/reporters/
DFailedReporter.java218 methodNames.add(new XmlInclude(m.getMethod().getName(), m.getFailedInvocationNumbers(), in createXmlClasses()
/external/testng/src/test/java/org/testng/internal/
DMethodInstanceTest.java537 public List<Integer> getFailedInvocationNumbers() { in getFailedInvocationNumbers() method in MethodInstanceTest.TestNGMethodStub