| Interface | Description |
|---|---|
| IConfigInvoker | |
| IInvocationStatus |
Helps keep track of when a method was invoked
|
| IInvoker |
This class defines an invoker.
|
| IMethodRunner | |
| ITestInvoker |
| Class | Description |
|---|---|
| AbstractParallelWorker | |
| AbstractParallelWorker.Arguments | |
| AbstractParallelWorker.Arguments.Builder | |
| Arguments | |
| ConfigMethodArguments | |
| ConfigMethodArguments.Builder | |
| ExpectedExceptionsHolder | |
| GroupConfigMethodArguments | |
| GroupConfigMethodArguments.Builder | |
| InvokedMethod | |
| InvokedMethodListenerInvoker |
Hides complexity of calling methods of
IInvokedMethodListener. |
| InvokeMethodRunnable |
A Runnable Method invoker.
|
| Invoker |
This class is responsible for invoking methods: - test methods - configuration methods - possibly
in a separate thread and then for notifying the result listeners.
|
| ITestInvoker.FailureContext | |
| MethodArguments | |
| MethodInvocationHelper |
Collections of helper methods to help deal with invocation of TestNG methods
|
| MethodRunner | |
| ParameterHolder |
A simple holder for parameters that contains the parameters and where these came from (data
provider or testng.xml)
|
| SuiteRunnerMap | |
| TestMethodArguments | |
| TestMethodArguments.Builder | |
| TestMethodWithDataProviderMethodWorker | |
| TestMethodWorker |
FIXME: reduce contention when this class is used through parallel invocation due to
invocationCount and threadPoolSize by not invoking the @BeforeClass and @AfterClass which are
already invoked on the original method.
|
| Enum | Description |
|---|---|
| InvokedMethodListenerMethod |
Indicates which of the methods of a
IInvokedMethodListener should be called. |
| ParameterHolder.ParameterOrigin |
Origin of the parameters.
|
| Exception | Description |
|---|---|
| InvokeMethodRunnable.TestNGRuntimeException |
Copyright © 2025. All rights reserved.