Package org.testng.internal
Class InvokeMethodRunnable
- java.lang.Object
-
- org.testng.internal.InvokeMethodRunnable
-
- All Implemented Interfaces:
Runnable
public class InvokeMethodRunnable extends Object implements Runnable
A Runnable Method invoker.- Author:
-
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InvokeMethodRunnable.TestNGRuntimeException
-
Constructor Summary
Constructors Constructor Description InvokeMethodRunnable(ITestNGMethod thisMethod, Object instance, Object[] parameters, IHookable hookable, ITestResult testResult)
-
-
-
-
Constructor Detail
-
InvokeMethodRunnable
public InvokeMethodRunnable(ITestNGMethod thisMethod, Object instance, Object[] parameters, IHookable hookable, ITestResult testResult)
-
-
Method Detail
-
run
public void run() throws InvokeMethodRunnable.TestNGRuntimeException
- Specified by:
run
in interfaceRunnable
- Throws:
InvokeMethodRunnable.TestNGRuntimeException
-
-