Home
last modified time | relevance | path

Searched refs:GitHub876Sample (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/test/java/test/factory/
DGitHub876Sample.java7 public class GitHub876Sample { class
12 new GitHub876Sample(new DataTest("foo", true)), in createInstances()
13 new GitHub876Sample(new DataTest("FOO", false)) in createInstances()
19 public GitHub876Sample(DataTest dataTest) { in GitHub876Sample() method in GitHub876Sample
DFactoryIntegrationTest.java17 TestNG tng = create(GitHub876Sample.class); in testExceptionWithNonStaticFactoryMethod()