|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITestRunnerFactory | |
|---|---|
| org.testng | |
| org.testng.remote | |
| Uses of ITestRunnerFactory in org.testng |
|---|
| Classes in org.testng that implement ITestRunnerFactory | |
|---|---|
static class |
SuiteRunner.DefaultTestRunnerFactory
The default implementation of ITestRunnerFactory. |
static class |
SuiteRunner.ProxyTestRunnerFactory
|
| Fields in org.testng declared as ITestRunnerFactory | |
|---|---|
protected ITestRunnerFactory |
TestNG.m_testRunnerFactory
|
| Methods in org.testng that return ITestRunnerFactory | |
|---|---|
protected ITestRunnerFactory |
SuiteRunner.buildRunnerFactory(java.util.List testListeners)
|
| 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.ProxyTestRunnerFactory(ITestListener[] failureListeners,
ITestRunnerFactory target)
|
|
SuiteRunner(XmlSuite suite,
java.lang.String outputDir,
ITestRunnerFactory runnerFactory,
boolean useDefaultListeners,
IAnnotationFinder[] finders)
|
|
SuiteRunner(XmlSuite suite,
java.lang.String outputDir,
ITestRunnerFactory runnerFactory,
boolean useDefaultListeners,
IAnnotationFinder[] finders,
IObjectFactory factory,
IMethodInterceptor methodInterceptor)
|
|
SuiteRunner(XmlSuite suite,
java.lang.String outputDir,
ITestRunnerFactory runnerFactory,
IAnnotationFinder[] finders)
|
|
| 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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||