public class HK2TestListenerAdapter extends Object implements org.testng.IExecutionListener, org.testng.IHookable, org.testng.IConfigurable
| Constructor and Description |
|---|
HK2TestListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onExecutionFinish() |
void |
onExecutionStart() |
void |
run(org.testng.IConfigureCallBack callBack,
org.testng.ITestResult testResult) |
void |
run(org.testng.IHookCallBack callBack,
org.testng.ITestResult testResult) |
public void onExecutionStart()
onExecutionStart in interface org.testng.IExecutionListenerpublic void onExecutionFinish()
onExecutionFinish in interface org.testng.IExecutionListenerpublic void run(org.testng.IHookCallBack callBack,
org.testng.ITestResult testResult)
run in interface org.testng.IHookablepublic void run(org.testng.IConfigureCallBack callBack,
org.testng.ITestResult testResult)
run in interface org.testng.IConfigurableCopyright © 2009–2017 Oracle Corporation. All rights reserved.