Uses of Class
org.testng.SuiteRunState
-
Packages that use SuiteRunState Package Description org.testng org.testng.internal -
-
Uses of SuiteRunState in org.testng
Methods 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
Constructors in org.testng.internal with parameters of type SuiteRunState Constructor Description Invoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Collection<IDataProviderListener> dataProviderListeners)
-