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 SuiteRunState
SuiteRunner. suiteState
Methods in org.testng that return SuiteRunState Modifier and Type Method Description SuiteRunState
ISuite. getSuiteState()
Retrieves the shared state for a suite.SuiteRunState
SuiteRunner. getSuiteState()
-
Uses of SuiteRunState in org.testng.internal
Fields in org.testng.internal declared as SuiteRunState Modifier and Type Field Description private SuiteRunState
Invoker. m_suiteState
Constructors 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)
-