Uses of Interface
org.testng.ITestRunnerFactory
-
Packages that use ITestRunnerFactory Package Description org.testng -
-
Uses of ITestRunnerFactory in org.testng
Classes in org.testng that implement ITestRunnerFactory Modifier and Type Class Description private static class
SuiteRunner.DefaultTestRunnerFactory
The default implementation ofITestRunnerFactory
.private static class
SuiteRunner.ProxyTestRunnerFactory
Fields in org.testng declared as ITestRunnerFactory Modifier and Type Field Description private ITestRunnerFactory
TestNG. m_testRunnerFactory
private ITestRunnerFactory
SuiteRunner.ProxyTestRunnerFactory. target
private ITestRunnerFactory
SuiteRunner. tmpRunnerFactory
Methods in org.testng that return ITestRunnerFactory Modifier and Type Method Description private ITestRunnerFactory
SuiteRunner. buildRunnerFactory(java.util.Comparator<ITestNGMethod> comparator)
Methods in org.testng with parameters of type ITestRunnerFactory Modifier and Type Method Description private void
SuiteRunner. init(IConfiguration configuration, XmlSuite suite, java.lang.String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, java.util.List<IMethodInterceptor> methodInterceptors, java.util.Collection<IInvokedMethodListener> invokedMethodListener, java.util.Collection<ITestListener> testListeners, java.util.Collection<IClassListener> classListeners, DataProviderHolder attribs, java.util.Comparator<ITestNGMethod> comparator)
protected void
TestNG. setTestRunnerFactory(ITestRunnerFactory itrf)
Method parameters in org.testng with type arguments of type ITestRunnerFactory Modifier and Type Method Description private void
TestNG. setTestRunnerFactoryClass(java.lang.Class<? extends ITestRunnerFactory> testRunnerFactoryClass)
Constructors in org.testng with parameters of type ITestRunnerFactory Constructor Description ProxyTestRunnerFactory(ITestListener[] failureListeners, ITestRunnerFactory target)
SuiteRunner(IConfiguration configuration, XmlSuite suite, java.lang.String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, java.util.Comparator<ITestNGMethod> comparator)
SuiteRunner(IConfiguration configuration, XmlSuite suite, java.lang.String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, java.util.List<IMethodInterceptor> methodInterceptors, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.Collection<ITestListener> testListeners, java.util.Collection<IClassListener> classListeners, DataProviderHolder holder, java.util.Comparator<ITestNGMethod> comparator)
SuiteRunner(IConfiguration configuration, XmlSuite suite, java.lang.String outputDir, ITestRunnerFactory runnerFactory, java.util.Comparator<ITestNGMethod> comparator)
-