Uses of Interface
org.testng.IHookable
-
Packages that use IHookable Package Description org.testng org.testng.internal -
-
Uses of IHookable in org.testng
Fields in org.testng declared as IHookable Modifier and Type Field Description private IHookableTestNG. m_hookableMethods in org.testng with parameters of type IHookable Modifier and Type Method Description private voidTestNG. setHookable(IHookable h) -
Uses of IHookable in org.testng.internal
Fields in org.testng.internal declared as IHookable Modifier and Type Field Description private IHookableConfiguration. m_hookableprivate IHookableInvokeMethodRunnable. m_hookableMethods 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 protected static voidMethodInvocationHelper. invokeHookable(java.lang.Object testInstance, java.lang.Object[] parameters, IHookable hookable, java.lang.reflect.Method thisMethod, ITestResult testResult)protected static voidMethodInvocationHelper. invokeWithTimeout(ITestNGMethod tm, java.lang.Object instance, java.lang.Object[] parameterValues, ITestResult testResult, IHookable hookable)private static voidMethodInvocationHelper. invokeWithTimeoutWithNewExecutor(ITestNGMethod tm, java.lang.Object instance, java.lang.Object[] parameterValues, ITestResult testResult, IHookable hookable)private static voidMethodInvocationHelper. invokeWithTimeoutWithNoExecutor(ITestNGMethod tm, java.lang.Object instance, java.lang.Object[] parameterValues, ITestResult testResult, IHookable hookable)voidConfiguration. setHookable(IHookable h)voidIConfiguration. setHookable(IHookable h)Constructors in org.testng.internal with parameters of type IHookable Constructor Description InvokeMethodRunnable(ITestNGMethod thisMethod, java.lang.Object instance, java.lang.Object[] parameters, IHookable hookable, ITestResult testResult)
-