public class LogTestDurationListener extends Object implements org.testng.IExecutionListener, org.testng.IClassListener, org.testng.IInvokedMethodListener
| Constructor and Description |
|---|
LogTestDurationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult) |
void |
beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult) |
void |
onAfterClass(org.testng.ITestClass testClass) |
void |
onBeforeClass(org.testng.ITestClass testClass) |
void |
onExecutionFinish() |
void |
onExecutionStart() |
public void onExecutionStart()
onExecutionStart in interface org.testng.IExecutionListenerpublic void onExecutionFinish()
onExecutionFinish in interface org.testng.IExecutionListenerpublic void onBeforeClass(org.testng.ITestClass testClass)
onBeforeClass in interface org.testng.IClassListenerpublic void onAfterClass(org.testng.ITestClass testClass)
onAfterClass in interface org.testng.IClassListenerpublic void beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
beforeInvocation in interface org.testng.IInvokedMethodListenerpublic void afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
afterInvocation in interface org.testng.IInvokedMethodListenerCopyright © 2012–2023. All rights reserved.