Uses of Interface
org.testng.IHookable
Packages that use IHookable
-
Uses of IHookable in org.testng.internal
Methods in org.testng.internal that return IHookableMethods in org.testng.internal with parameters of type IHookableModifier and TypeMethodDescriptionvoid
Configuration.setHookable
(IHookable h) void
IConfiguration.setHookable
(IHookable h) -
Uses of IHookable in org.testng.internal.invokers
Methods in org.testng.internal.invokers with parameters of type IHookableModifier and TypeMethodDescriptionprotected static boolean
MethodInvocationHelper.invokeHookable
(Object testInstance, Object[] parameters, IHookable hookable, Method thisMethod, ITestResult testResult) protected static boolean
MethodInvocationHelper.invokeWithTimeout
(IConfiguration config, ITestNGMethod tm, Object instance, Object[] parameterValues, ITestResult testResult, IHookable hookable) Constructors in org.testng.internal.invokers with parameters of type IHookableModifierConstructorDescriptionInvokeMethodRunnable
(ITestNGMethod thisMethod, Object instance, Object[] parameters, IHookable hookable, ITestResult testResult)