Package | Description |
---|---|
org.testng.internal |
Modifier and Type | Field and Description |
---|---|
private ConfigInvoker |
TestInvoker.invoker |
private ConfigInvoker |
Invoker.m_configInvoker |
Modifier and Type | Method and Description |
---|---|
ConfigInvoker |
Invoker.getConfigInvoker() |
Constructor and Description |
---|
SingleTestMethodWorker(TestInvoker testInvoker,
ConfigInvoker configInvoker,
IMethodInstance testMethod,
java.util.Map<java.lang.String,java.lang.String> parameters,
ITestContext testContext,
java.util.List<IClassListener> listeners) |
TestInvoker(ITestResultNotifier m_notifier,
ITestContext m_testContext,
SuiteRunState m_suiteState,
IConfiguration m_configuration,
java.util.Collection<IInvokedMethodListener> m_invokedMethodListeners,
java.util.Collection<IDataProviderListener> m_dataproviderListeners,
java.util.List<IClassListener> m_classListeners,
boolean m_skipFailedInvocationCounts,
ConfigInvoker invoker) |