Package org.testng.internal.invokers
-
Interface Summary Interface Description IConfigInvoker IInvocationStatus Helps keep track of when a method was invokedIInvoker This class defines an invoker.IMethodRunner ITestInvoker -
Class Summary Class Description AbstractParallelWorker AbstractParallelWorker.Arguments AbstractParallelWorker.Arguments.Builder Arguments ConfigMethodArguments ConfigMethodArguments.Builder ExpectedExceptionsHolder GroupConfigMethodArguments GroupConfigMethodArguments.Builder InvokedMethod InvokedMethodListenerInvoker Hides complexity of calling methods ofIInvokedMethodListener
.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 methodsMethodRunner 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 Summary Enum Description InvokedMethodListenerMethod Indicates which of the methods of aIInvokedMethodListener
should be called.ParameterHolder.ParameterOrigin Origin of the parameters. -
Exception Summary Exception Description InvokeMethodRunnable.TestNGRuntimeException