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 private SuiteRunStateInvoker. m_suiteStateConstructors in org.testng.internal with parameters of type SuiteRunState Constructor Description Invoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, java.util.Collection<IDataProviderListener> dataProviderListeners)
-