Home
last modified time | relevance | path

Searched refs:testRunnerFactory (Results 1 – 3 of 3) sorted by relevance

/external/testng/src/main/java/org/testng/
DCommandLineArgs.java119 public String testRunnerFactory; field in CommandLineArgs
DTestNG.java1500 if (cla.testRunnerFactory != null) { in configure()
1502 ClassHelper.fileToClass(cla.testRunnerFactory)); in configure()
1629 result.testRunnerFactory = runnerFactory; in configure()
DTestNGAntTask.java428 public void setTestRunnerFactory(String testRunnerFactory) { in setTestRunnerFactory() argument
429 m_testRunnerFactory = testRunnerFactory; in setTestRunnerFactory()