Uses of Interface
org.testng.ITestRunnerFactory
Packages that use ITestRunnerFactory
-
Uses of ITestRunnerFactory in org.testng
Classes in org.testng that implement ITestRunnerFactoryModifier and TypeClassDescriptionprivate static class
The default implementation ofITestRunnerFactory
.private static class
Fields in org.testng declared as ITestRunnerFactoryModifier and TypeFieldDescriptionprivate ITestRunnerFactory
TestNG.m_testRunnerFactory
private final ITestRunnerFactory
SuiteRunner.ProxyTestRunnerFactory.target
private ITestRunnerFactory
SuiteRunner.tmpRunnerFactory
Methods in org.testng that return ITestRunnerFactoryModifier and TypeMethodDescriptionprivate ITestRunnerFactory
SuiteRunner.buildRunnerFactory
(Comparator<ITestNGMethod> comparator) Methods in org.testng with parameters of type ITestRunnerFactoryModifier and TypeMethodDescriptionprivate void
SuiteRunner.init
(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, List<IMethodInterceptor> methodInterceptors, Collection<IInvokedMethodListener> invokedMethodListener, Collection<ITestListener> testListeners, Collection<IClassListener> classListeners, DataProviderHolder attribs, Comparator<ITestNGMethod> comparator) protected void
TestNG.setTestRunnerFactory
(ITestRunnerFactory itrf) Constructors in org.testng with parameters of type ITestRunnerFactoryModifierConstructorDescriptionProxyTestRunnerFactory
(ITestListener[] failureListeners, ITestRunnerFactory target) SuiteRunner
(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, Comparator<ITestNGMethod> comparator) protected
SuiteRunner
(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, List<IMethodInterceptor> methodInterceptors, Collection<IInvokedMethodListener> invokedMethodListeners, Collection<ITestListener> testListeners, Collection<IClassListener> classListeners, DataProviderHolder holder, Comparator<ITestNGMethod> comparator) SuiteRunner
(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, Comparator<ITestNGMethod> comparator)