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.IExecutionListener
public void onExecutionFinish()
onExecutionFinish
in interface org.testng.IExecutionListener
public void run(org.testng.IHookCallBack callBack, org.testng.ITestResult testResult)
run
in interface org.testng.IHookable
public void run(org.testng.IConfigureCallBack callBack, org.testng.ITestResult testResult)
run
in interface org.testng.IConfigurable
Copyright © 2009–2023 Oracle Corporation. All rights reserved.