public class ZebrunnerListener
extends java.lang.Object
implements org.testng.ISuiteListener, org.testng.ITestListener, org.testng.IHookable, org.testng.IInvokedMethodListener
| Constructor and Description |
|---|
ZebrunnerListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvocation(org.testng.IInvokedMethod invokedMethod,
org.testng.ITestResult testResult) |
void |
beforeInvocation(org.testng.IInvokedMethod invokedMethod,
org.testng.ITestResult result) |
void |
onFinish(org.testng.ISuite suiteContext) |
void |
onFinish(org.testng.ITestContext context) |
void |
onStart(org.testng.ISuite suiteContext) |
void |
onStart(org.testng.ITestContext context) |
void |
onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result) |
void |
onTestFailure(org.testng.ITestResult result) |
void |
onTestSkipped(org.testng.ITestResult result) |
void |
onTestStart(org.testng.ITestResult result) |
void |
onTestSuccess(org.testng.ITestResult result) |
void |
run(org.testng.IHookCallBack hookCallBack,
org.testng.ITestResult result) |
public void onStart(org.testng.ISuite suiteContext)
onStart in interface org.testng.ISuiteListenerpublic void onTestStart(org.testng.ITestResult result)
onTestStart in interface org.testng.ITestListenerpublic void onTestSuccess(org.testng.ITestResult result)
onTestSuccess in interface org.testng.ITestListenerpublic void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)
onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListenerpublic void onTestFailure(org.testng.ITestResult result)
onTestFailure in interface org.testng.ITestListenerpublic void onTestSkipped(org.testng.ITestResult result)
onTestSkipped in interface org.testng.ITestListenerpublic void onFinish(org.testng.ISuite suiteContext)
onFinish in interface org.testng.ISuiteListenerpublic void onStart(org.testng.ITestContext context)
onStart in interface org.testng.ITestListenerpublic void onFinish(org.testng.ITestContext context)
onFinish in interface org.testng.ITestListenerpublic void run(org.testng.IHookCallBack hookCallBack,
org.testng.ITestResult result)
run in interface org.testng.IHookablepublic void beforeInvocation(org.testng.IInvokedMethod invokedMethod,
org.testng.ITestResult result)
beforeInvocation in interface org.testng.IInvokedMethodListenerpublic void afterInvocation(org.testng.IInvokedMethod invokedMethod,
org.testng.ITestResult testResult)
afterInvocation in interface org.testng.IInvokedMethodListener