| Package | Description |
|---|---|
| org.testng.internal |
| Modifier and Type | Method | Description |
|---|---|---|
IHookable |
Configuration.getHookable() |
|
IHookable |
IConfiguration.getHookable() |
| Modifier and Type | Method | Description |
|---|---|---|
protected static void |
MethodInvocationHelper.invokeHookable(java.lang.Object testInstance,
java.lang.Object[] parameters,
IHookable hookable,
java.lang.reflect.Method thisMethod,
ITestResult testResult) |
Invokes the
run method of the IHookable. |
protected static void |
MethodInvocationHelper.invokeWithTimeout(ITestNGMethod tm,
java.lang.Object instance,
java.lang.Object[] parameterValues,
ITestResult testResult,
IHookable hookable) |
|
void |
Configuration.setHookable(IHookable h) |
|
void |
IConfiguration.setHookable(IHookable h) |
| Constructor | Description |
|---|---|
InvokeMethodRunnable(ITestNGMethod thisMethod,
java.lang.Object instance,
java.lang.Object[] parameters,
IHookable hookable,
ITestResult testResult) |