Package org.testng.internal
Class InvokeMethodRunnable
java.lang.Object
org.testng.internal.InvokeMethodRunnable
A Runnable Method invoker.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IHookable
private final Object
private final ITestNGMethod
private final Object[]
private final ITestResult
-
Constructor Summary
ConstructorsConstructorDescriptionInvokeMethodRunnable
(ITestNGMethod thisMethod, Object instance, Object[] parameters, IHookable hookable, ITestResult testResult) -
Method Summary
-
Field Details
-
m_method
-
m_instance
-
m_parameters
-
m_hookable
-
m_testResult
-
-
Constructor Details
-
InvokeMethodRunnable
public InvokeMethodRunnable(ITestNGMethod thisMethod, Object instance, Object[] parameters, IHookable hookable, ITestResult testResult)
-
-
Method Details
-
run
-
runOne
private void runOne() -
call
-