Package | Description |
---|---|
org.testng | |
org.testng.internal |
Modifier and Type | Field and Description |
---|---|
private SuiteRunState |
SuiteRunner.m_suiteState |
Modifier and Type | Method and Description |
---|---|
SuiteRunState |
SuiteRunner.getSuiteState() |
SuiteRunState |
ISuite.getSuiteState()
Retrieves the shared state for a suite.
|
Modifier and Type | Field and Description |
---|---|
private SuiteRunState |
Invoker.m_suiteState |
Constructor and Description |
---|
Invoker(IConfiguration configuration,
ITestContext testContext,
ITestResultNotifier notifier,
SuiteRunState state,
boolean skipFailedInvocationCounts,
java.util.Collection<IInvokedMethodListener> invokedMethodListeners,
java.util.List<IClassListener> classListeners) |