|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHookCallBack
A parameter of this type will be passed to the run() method of a IHookable. Invoking runTestMethod() 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.
IHookable| Method Summary | |
|---|---|
java.lang.Object[] |
getParameters()
|
void |
runTestMethod(ITestResult testResult)
Invoke the test method currently being hijacked. |
| Method Detail |
|---|
void runTestMethod(ITestResult testResult)
java.lang.Object[] getParameters()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||