Package | Description |
---|---|
org.testng | |
org.testng.internal |
Modifier and Type | Method and Description |
---|---|
IInvoker |
TestRunner.getInvoker() |
Modifier and Type | Class and 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 and Description |
---|---|
IInvoker |
AbstractParallelWorker.Arguments.getInvoker() |
Modifier and Type | Method and Description |
---|---|
AbstractParallelWorker.Arguments.Builder |
AbstractParallelWorker.Arguments.Builder.invoker(IInvoker invoker) |
Constructor and Description |
---|
TestMethodWorker(IInvoker invoker,
List<IMethodInstance> testMethods,
XmlSuite suite,
Map<String,String> parameters,
ConfigurationGroupMethods groupMethods,
ClassMethodMap classMethodMap,
ITestContext testContext,
List<IClassListener> listeners) |
Copyright © 2018. All rights reserved.