Searched refs:m_hookable (Results 1 – 3 of 3) sorted by relevance
18 private final IHookable m_hookable; field in InvokeMethodRunnable30 m_hookable = hookable; in InvokeMethodRunnable()53 if (m_hookable == null) { in runOne()56 MethodInvocationHelper.invokeHookable(m_instance, m_parameters, m_hookable, m, in runOne()
15 IHookable m_hookable; field in Configuration55 return m_hookable; in getHookable()60 m_hookable = h; in setHookable()
182 private IHookable m_hookable; field in TestNG954 m_configuration.setHookable(m_hookable); in initializeConfiguration()1984 if (m_hookable != null && m_hookable != h) { in setHookable()1987 m_hookable = h; in setHookable()