Package | Description |
---|---|
org.testng.internal |
Modifier and Type | Class and Description |
---|---|
(package private) class |
TestInvoker |
Modifier and Type | Field and Description |
---|---|
private ITestInvoker |
TestInvoker.MethodInvocationAgent.invoker |
private ITestInvoker |
TestMethodWorker.m_testInvoker |
private ITestInvoker |
TestMethodWithDataProviderMethodWorker.m_testInvoker |
Modifier and Type | Method and Description |
---|---|
ITestInvoker |
IInvoker.getTestInvoker() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ITestResult> |
IMethodRunner.runInParallel(TestMethodArguments arguments,
ITestInvoker testInvoker,
ITestContext context,
java.util.concurrent.atomic.AtomicInteger invocationCount,
ITestInvoker.FailureContext failure,
java.util.Iterator<java.lang.Object[]> allParameterValues,
boolean skipFailedInvocationCounts) |
java.util.List<ITestResult> |
MethodRunner.runInParallel(TestMethodArguments arguments,
ITestInvoker testInvoker,
ITestContext context,
java.util.concurrent.atomic.AtomicInteger invocationCount,
ITestInvoker.FailureContext failure,
java.util.Iterator<java.lang.Object[]> allParamValues,
boolean skipFailedInvocationCounts) |
java.util.List<ITestResult> |
IMethodRunner.runInSequence(TestMethodArguments arguments,
ITestInvoker testInvoker,
ITestContext context,
java.util.concurrent.atomic.AtomicInteger invocationCount,
ITestInvoker.FailureContext failure,
java.util.Iterator<java.lang.Object[]> allParameterValues,
boolean skipFailedInvocationCounts) |
java.util.List<ITestResult> |
MethodRunner.runInSequence(TestMethodArguments arguments,
ITestInvoker testInvoker,
ITestContext context,
java.util.concurrent.atomic.AtomicInteger invocationCount,
ITestInvoker.FailureContext failure,
java.util.Iterator<java.lang.Object[]> allParamValues,
boolean skipFailedInvocationCounts) |
Constructor and Description |
---|
MethodInvocationAgent(TestMethodArguments arguments,
ITestInvoker invoker,
ITestContext context) |
TestMethodWithDataProviderMethodWorker(ITestInvoker testInvoker,
ITestNGMethod testMethod,
int parameterIndex,
java.lang.Object[] parameterValues,
java.lang.Object instance,
java.util.Map<java.lang.String,java.lang.String> parameters,
ITestClass testClass,
ITestNGMethod[] beforeMethods,
ITestNGMethod[] afterMethods,
ConfigurationGroupMethods groupMethods,
ITestContext testContext,
boolean skipFailedInvocationCounts,
int invocationCount,
int failureCount,
ITestResultNotifier notifier) |
TestMethodWorker(ITestInvoker testInvoker,
IConfigInvoker configInvoker,
java.util.List<IMethodInstance> testMethods,
java.util.Map<java.lang.String,java.lang.String> parameters,
ConfigurationGroupMethods groupMethods,
ClassMethodMap classMethodMap,
ITestContext testContext,
java.util.List<IClassListener> listeners) |