Uses of Interface
org.testng.IHookable
Packages that use IHookable
-
Uses of IHookable in org.testng
Fields in org.testng declared as IHookableMethods in org.testng with parameters of type IHookable -
Uses of IHookable in org.testng.internal
Fields in org.testng.internal declared as IHookableModifier and TypeFieldDescriptionprivate IHookable
Configuration.m_hookable
private final IHookable
InvokeMethodRunnable.m_hookable
Methods in org.testng.internal that return IHookableMethods in org.testng.internal with parameters of type IHookableModifier and TypeMethodDescriptionprotected static void
MethodInvocationHelper.invokeHookable
(Object testInstance, Object[] parameters, IHookable hookable, Method thisMethod, ITestResult testResult) protected static void
MethodInvocationHelper.invokeWithTimeout
(ITestNGMethod tm, Object instance, Object[] parameterValues, ITestResult testResult, IHookable hookable) private static void
MethodInvocationHelper.invokeWithTimeoutWithNewExecutor
(ITestNGMethod tm, Object instance, Object[] parameterValues, ITestResult testResult, IHookable hookable) private static void
MethodInvocationHelper.invokeWithTimeoutWithNoExecutor
(ITestNGMethod tm, Object instance, Object[] parameterValues, ITestResult testResult, IHookable hookable) void
Configuration.setHookable
(IHookable h) void
IConfiguration.setHookable
(IHookable h) Constructors in org.testng.internal with parameters of type IHookableModifierConstructorDescriptionInvokeMethodRunnable
(ITestNGMethod thisMethod, Object instance, Object[] parameters, IHookable hookable, ITestResult testResult)