Uses of Class
org.testng.SuiteRunState
Packages that use SuiteRunState
-
Uses of SuiteRunState in org.testng
Fields in org.testng declared as SuiteRunStateMethods in org.testng that return SuiteRunStateModifier and TypeMethodDescriptionISuite.getSuiteState()
Retrieves the shared state for a suite.SuiteRunner.getSuiteState()
-
Uses of SuiteRunState in org.testng.internal
Fields in org.testng.internal declared as SuiteRunStateConstructors in org.testng.internal with parameters of type SuiteRunStateModifierConstructorDescriptionBaseInvoker
(ITestResultNotifier notifier, Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration) ConfigInvoker
(ITestResultNotifier notifier, Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration) Invoker
(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder) 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)