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