Searched refs:IHookable (Results 1 – 15 of 15) sorted by relevance
3 import org.testng.IHookable;18 private final IHookable m_hookable;24 IHookable hookable, in InvokeMethodRunnable()
15 IHookable m_hookable;54 public IHookable getHookable() { in getHookable()59 public void setHookable(IHookable h) { in setHookable()
15 IHookable getHookable(); in getHookable()16 void setHookable(IHookable h); in setHookable()
6 import org.testng.IHookable;189 final IHookable hookable, final Method thisMethod, in invokeHookable()227 Object[] parameterValues, ITestResult testResult, IHookable hookable) in invokeWithTimeout()239 Object[] parameterValues, ITestResult testResult, IHookable hookable) { in invokeWithTimeoutWithNoExecutor()252 Object[] parameterValues, ITestResult testResult, IHookable hookable) in invokeWithTimeoutWithNewExecutor()
18 import org.testng.IHookable;633 IHookable hookableInstance = in invokeMethod()634 IHookable.class.isAssignableFrom(tm.getRealClass()) ? in invokeMethod()635 (IHookable) instance : m_configuration.getHookable(); in invokeMethod()
4 import org.testng.IHookable;7 public class HookListener implements IHookable {
4 import org.testng.IHookable;8 public class HookFailureTest implements IHookable {
4 import org.testng.IHookable;16 public class HookSuccess599Test implements IHookable {
4 import org.testng.IHookable;16 public class HookSuccessTest implements IHookable {
11 public class HookSuccess862Test implements IHookable {
28 public interface IHookable extends ITestNGListener { interface
182 private IHookable m_hookable;731 if (listener instanceof IHookable) { in addListener()732 setHookable((IHookable) listener); in addListener()1982 private void setHookable(IHookable h) { in setHookable()
364 if (listener instanceof IHookable) { in initListeners()365 m_configuration.setHookable((IHookable) listener); in initListeners()
46 * IHookable
53 Fixed: GITHUB-599: IHookable ignored when a timeout is set (@ryanlevell & Julien Herr)983 Added: Support for JAAS (see org.testng.IHookable)