Searched refs:InvocationCountTest (Results 1 - 4 of 4) sorted by relevance

/external/testng/src/test/java/test/retryAnalyzer/
H A DInvocationCountTest.java22 public final class InvocationCountTest implements IRetryAnalyzer { class in inherits:IRetryAnalyzer
32 @Test(retryAnalyzer = InvocationCountTest.class)
36 @Test(retryAnalyzer = InvocationCountTest.class)
43 @Test(retryAnalyzer = InvocationCountTest.class)
81 @Test(retryAnalyzer = InvocationCountTest.class, dataProvider = "dataProvider")
91 @Test(retryAnalyzer = InvocationCountTest.class, dataProvider = "dataProvider2")
H A DRetryAnalyzerTest.java19 TestNG tng = create(InvocationCountTest.class);
35 assertEquals(skipped.size(), InvocationCountTest.invocations.size() - fsp.size());
/external/testng/src/test/java/test/sample/
H A DInvocationCountTest.java13 public class InvocationCountTest { class
/external/testng/src/test/java/test/
H A DInvocationAndSuccessPercentageTest.java14 addClass("test.sample.InvocationCountTest");
41 addClass("test.sample.InvocationCountTest");
72 addClass(test.sample.InvocationCountTest.class);

Completed in 1194 milliseconds