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