| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal |
| Modifier and Type | Method | Description |
|---|---|---|
IInvoker |
TestRunner.getInvoker() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Invoker |
This class is responsible for invoking methods:
- test methods
- configuration methods
- possibly in a separate thread
and then for notifying the result listeners.
|
| Modifier and Type | Method | Description |
|---|---|---|
IInvoker |
AbstractParallelWorker.Arguments.getInvoker() |
| Modifier and Type | Method | Description |
|---|---|---|
AbstractParallelWorker.Arguments.Builder |
AbstractParallelWorker.Arguments.Builder.invoker(IInvoker invoker) |
| Constructor | Description |
|---|---|
TestMethodWorker(IInvoker invoker,
java.util.List<IMethodInstance> testMethods,
XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> parameters,
ConfigurationGroupMethods groupMethods,
ClassMethodMap classMethodMap,
ITestContext testContext,
java.util.List<IClassListener> listeners) |