Uses of Interface
org.testng.ITestRunnerFactory2
-
Packages that use ITestRunnerFactory2 Package Description org.testng -
-
Uses of ITestRunnerFactory2 in org.testng
Classes in org.testng that implement ITestRunnerFactory2 Modifier and Type Class Description private static class
SuiteRunner.DefaultTestRunnerFactory
The default implementation ofITestRunnerFactory
.private static class
SuiteRunner.ProxyTestRunnerFactory
Methods in org.testng that return ITestRunnerFactory2 Modifier and Type Method Description private ITestRunnerFactory2
SuiteRunner. buildRunnerFactory(java.util.Comparator<ITestNGMethod> comparator)
-