Uses of Class
org.testng.SuiteRunner
-
Packages that use SuiteRunner Package Description org.testng org.testng.internal.invokers -
-
Uses of SuiteRunner in org.testng
Fields in org.testng declared as SuiteRunner Modifier and Type Field Description private SuiteRunner
SuiteRunnerWorker. m_suiteRunner
private SuiteRunner
SuiteRunner.DefaultTestRunnerFactory. suiteRunner
Methods in org.testng that return SuiteRunner Modifier and Type Method Description private SuiteRunner
TestNG. createSuiteRunner(XmlSuite xmlSuite)
Creates a suite runner and configures its initial stateMethods in org.testng with parameters of type SuiteRunner Modifier and Type Method Description private void
TestRunner. init(IConfiguration configuration, ISuite suite, XmlTest test, java.lang.String outputDirectory, IAnnotationFinder annotationFinder, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, SuiteRunner suiteRunner)
Constructors in org.testng with parameters of type SuiteRunner Constructor Description DefaultTestRunnerFactory(IConfiguration configuration, ITestListener[] failureListeners, boolean useDefaultListeners, boolean skipFailedInvocationCounts, java.util.Comparator<ITestNGMethod> comparator, SuiteRunner suiteRunner)
TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, java.util.Comparator<ITestNGMethod> comparator, SuiteRunner suiteRunner)
TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, SuiteRunner suiteRunner)
TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, java.lang.String outputDirectory, IAnnotationFinder finder, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, java.util.Comparator<ITestNGMethod> comparator, DataProviderHolder otherHolder, SuiteRunner suiteRunner)
-
Uses of SuiteRunner in org.testng.internal.invokers
Fields in org.testng.internal.invokers declared as SuiteRunner Modifier and Type Field Description private SuiteRunner
BaseInvoker. suiteRunner
Constructors in org.testng.internal.invokers with parameters of type SuiteRunner Constructor Description BaseInvoker(ITestResultNotifier notifier, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration, SuiteRunner suiteRunner)
ConfigInvoker(ITestResultNotifier notifier, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration, IConfigurationListener internalConfigurationListener, SuiteRunner suiteRunner)
Invoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder, IConfigurationListener internalConfigurationListener, SuiteRunner suiteRunner)
TestInvoker(ITestResultNotifier m_notifier, ITestContext m_testContext, SuiteRunState m_suiteState, IConfiguration m_configuration, java.util.Collection<IInvokedMethodListener> m_invokedMethodListeners, DataProviderHolder holder, java.util.List<IClassListener> m_classListeners, boolean m_skipFailedInvocationCounts, ConfigInvoker invoker, SuiteRunner suiteRunner)
-