Uses of Interface
org.testng.ITestRunnerFactory

Packages that use ITestRunnerFactory
org.testng   
org.testng.remote   
 

Uses of ITestRunnerFactory in org.testng
 

Methods in org.testng with parameters of type ITestRunnerFactory
protected  void TestNG.setTestRunnerFactory(ITestRunnerFactory itrf)
           
 

Constructors in org.testng with parameters of type ITestRunnerFactory
SuiteRunner(org.testng.internal.IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory)
           
SuiteRunner(org.testng.internal.IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners)
           
SuiteRunner(org.testng.internal.IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, IMethodInterceptor methodInterceptor, List<IInvokedMethodListener> invokedMethodListeners, List<ITestListener> testListeners)
           
 

Uses of ITestRunnerFactory in org.testng.remote
 

Methods in org.testng.remote that return ITestRunnerFactory
protected  ITestRunnerFactory RemoteTestNG.buildTestRunnerFactory()
          Override by the plugin if you need to configure differently the TestRunner (usually this is needed if different listeners/reporters are needed).
 



Copyright © 2014. All Rights Reserved.