java.lang.Runnablepublic class InvokeMethodRunnable
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Class | Description |
|---|---|---|
static class |
InvokeMethodRunnable.TestNGRuntimeException |
| Constructor | Description |
|---|---|
InvokeMethodRunnable(ITestNGMethod thisMethod,
java.lang.Object instance,
java.lang.Object[] parameters,
IHookable hookable,
ITestResult testResult) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
run() |
public InvokeMethodRunnable(ITestNGMethod thisMethod, java.lang.Object instance, java.lang.Object[] parameters, IHookable hookable, ITestResult testResult)
public void run()
throws InvokeMethodRunnable.TestNGRuntimeException
run in interface java.lang.RunnableInvokeMethodRunnable.TestNGRuntimeException