Package org.testng.internal.invokers
package org.testng.internal.invokers
-
ClassDescriptionHelps keep track of when a method was invokedThis class defines an invoker.Hides complexity of calling methods of
IInvokedMethodListener
.Indicates which of the methods of aIInvokedMethodListener
should be called.A Runnable Method invoker.This class is responsible for invoking methods: - test methods - configuration methods - possibly in a separate thread and then for notifying the result listeners.Collections of helper methods to help deal with invocation of TestNG methodsA simple holder for parameters that contains the parameters and where these came from (data provider or testng.xml)Origin of the parameters.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.