Package org.testng.internal
Class InvokeMethodRunnable
java.lang.Object
org.testng.internal.InvokeMethodRunnable
A Runnable Method invoker.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInvokeMethodRunnable
(ITestNGMethod thisMethod, Object instance, Object[] parameters, IHookable hookable, ITestResult testResult) -
Method Summary
-
Constructor Details
-
InvokeMethodRunnable
public InvokeMethodRunnable(ITestNGMethod thisMethod, Object instance, Object[] parameters, IHookable hookable, ITestResult testResult)
-
-
Method Details
-
run
-
call
-