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