public interface IConfigureCallBack
This interface is not meant to be implemented by clients, only by TestNG.
IConfigurable
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getParameters() |
void |
runConfigurationMethod(ITestResult testResult)
Invoke the test method currently being hijacked.
|
void runConfigurationMethod(ITestResult testResult)
java.lang.Object[] getParameters()