org.testng
Interface IConfigureCallBack


public interface IConfigureCallBack

A parameter of this type will be passed to the run() method of a IConfigurable. Invoking runConfigurationMethod() on that parameter will cause the test method currently being diverted to be invoked. This interface is not meant to be implemented by clients, only by TestNG.

Author:
cbeust Sep 07, 2010
See Also:
IConfigurable

Method Summary
 Object[] getParameters()
           
 void runConfigurationMethod(ITestResult testResult)
          Invoke the test method currently being hijacked.
 

Method Detail

runConfigurationMethod

void runConfigurationMethod(ITestResult testResult)
Invoke the test method currently being hijacked.


getParameters

Object[] getParameters()
Returns:
the parameters that will be used to invoke the configuration method.


Copyright © 2012. All Rights Reserved.