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