Uses of Interface
org.testng.IHookable
-
Packages that use IHookable Package Description org.testng.internal org.testng.internal.invokers -
-
Uses of IHookable in org.testng.internal
Methods in org.testng.internal that return IHookable Modifier and Type Method Description IHookableConfiguration. getHookable()IHookableIConfiguration. getHookable()Methods in org.testng.internal with parameters of type IHookable Modifier and Type Method Description voidConfiguration. setHookable(IHookable h)voidIConfiguration. setHookable(IHookable h) -
Uses of IHookable in org.testng.internal.invokers
Methods in org.testng.internal.invokers with parameters of type IHookable Modifier and Type Method Description protected static booleanMethodInvocationHelper. invokeHookable(java.lang.Object testInstance, java.lang.Object[] parameters, IHookable hookable, java.lang.reflect.Method thisMethod, ITestResult testResult)protected static booleanMethodInvocationHelper. invokeWithTimeout(IConfiguration config, ITestNGMethod tm, java.lang.Object instance, java.lang.Object[] parameterValues, ITestResult testResult, IHookable hookable)Constructors in org.testng.internal.invokers with parameters of type IHookable Constructor Description InvokeMethodRunnable(ITestNGMethod thisMethod, java.lang.Object instance, java.lang.Object[] parameters, IHookable hookable, ITestResult testResult)
-