Package | Description |
---|---|
org.testng | |
org.testng.internal |
Modifier and Type | Field and Description |
---|---|
private IHookable |
TestNG.m_hookable |
Modifier and Type | Method and Description |
---|---|
private void |
TestNG.setHookable(IHookable h) |
Modifier and Type | Field and Description |
---|---|
private IHookable |
InvokeMethodRunnable.m_hookable |
private IHookable |
Configuration.m_hookable |
Modifier and Type | Method and Description |
---|---|
IHookable |
IConfiguration.getHookable() |
IHookable |
Configuration.getHookable() |
Modifier and Type | Method and 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) |
private static void |
MethodInvocationHelper.invokeWithTimeoutWithNewExecutor(ITestNGMethod tm,
java.lang.Object instance,
java.lang.Object[] parameterValues,
ITestResult testResult,
IHookable hookable) |
private static void |
MethodInvocationHelper.invokeWithTimeoutWithNoExecutor(ITestNGMethod tm,
java.lang.Object instance,
java.lang.Object[] parameterValues,
ITestResult testResult,
IHookable hookable) |
void |
IConfiguration.setHookable(IHookable h) |
void |
Configuration.setHookable(IHookable h) |
Constructor and Description |
---|
InvokeMethodRunnable(ITestNGMethod thisMethod,
java.lang.Object instance,
java.lang.Object[] parameters,
IHookable hookable,
ITestResult testResult) |