package org.testng; public interface IHookCallBack { Object[] getParameters(); void runTestMethod(ITestResult iTestResult); }