Uses of Class
org.testng.SuiteRunState
-
Packages that use SuiteRunState Package Description org.testng org.testng.internal -
-
Uses of SuiteRunState in org.testng
Fields in org.testng declared as SuiteRunState Modifier and Type Field Description private SuiteRunStateSuiteRunner. suiteStateMethods in org.testng that return SuiteRunState Modifier and Type Method Description SuiteRunStateISuite. getSuiteState()Retrieves the shared state for a suite.SuiteRunStateSuiteRunner. getSuiteState() -
Uses of SuiteRunState in org.testng.internal
Fields in org.testng.internal declared as SuiteRunState Modifier and Type Field Description protected SuiteRunStateBaseInvoker. m_suiteStateConstructors in org.testng.internal with parameters of type SuiteRunState Constructor Description BaseInvoker(ITestResultNotifier notifier, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration)ConfigInvoker(ITestResultNotifier notifier, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration)Invoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder)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)
-