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 classThe default implementation ofITestRunnerFactory.private static classFields in org.testng declared as ITestRunnerFactoryModifier and TypeFieldDescriptionprivate ITestRunnerFactoryTestNG.m_testRunnerFactoryprivate final ITestRunnerFactorySuiteRunner.ProxyTestRunnerFactory.targetprivate ITestRunnerFactorySuiteRunner.tmpRunnerFactoryMethods in org.testng that return ITestRunnerFactoryModifier and TypeMethodDescriptionprivate ITestRunnerFactorySuiteRunner.buildRunnerFactory(Comparator<ITestNGMethod> comparator) Methods in org.testng with parameters of type ITestRunnerFactoryModifier and TypeMethodDescriptionprivate voidSuiteRunner.init(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, List<IMethodInterceptor> methodInterceptors, Collection<IInvokedMethodListener> invokedMethodListener, SuiteRunner.TestListenersContainer container, Collection<IClassListener> classListeners, DataProviderHolder attribs, Comparator<ITestNGMethod> comparator) protected voidTestNG.setTestRunnerFactory(ITestRunnerFactory itrf) Method parameters in org.testng with type arguments of type ITestRunnerFactoryModifier and TypeMethodDescriptionprivate voidTestNG.setTestRunnerFactoryClass(Class<? extends ITestRunnerFactory> testRunnerFactoryClass) 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) protectedSuiteRunner(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, List<IMethodInterceptor> methodInterceptors, Collection<IInvokedMethodListener> invokedMethodListeners, SuiteRunner.TestListenersContainer container, Collection<IClassListener> classListeners, DataProviderHolder holder, Comparator<ITestNGMethod> comparator) SuiteRunner(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, Comparator<ITestNGMethod> comparator)