public class RuntimeReporterListener extends Object implements org.testng.ISuiteListener, org.testng.ITestListener, org.testng.IConfigurationListener
Modifier and Type | Field and Description |
---|---|
static String |
ENABLE_RUNTIME_REPORTER_LISTENER
This String constant represents the JVM argument that can be enabled/disabled to enable/disable
RuntimeReporterListener |
Constructor and Description |
---|
RuntimeReporterListener() |
Modifier and Type | Method and Description |
---|---|
void |
onConfigurationFailure(org.testng.ITestResult itr) |
void |
onConfigurationSkip(org.testng.ITestResult itr) |
void |
onConfigurationSuccess(org.testng.ITestResult itr) |
void |
onFinish(org.testng.ISuite suite) |
void |
onFinish(org.testng.ITestContext context) |
void |
onStart(org.testng.ISuite suite) |
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) |
public static final String ENABLE_RUNTIME_REPORTER_LISTENER
RuntimeReporterListener
public void onStart(org.testng.ISuite suite)
onStart
in interface org.testng.ISuiteListener
public void onFinish(org.testng.ISuite suite)
onFinish
in interface org.testng.ISuiteListener
public void onConfigurationSuccess(org.testng.ITestResult itr)
onConfigurationSuccess
in interface org.testng.IConfigurationListener
public void onConfigurationFailure(org.testng.ITestResult itr)
onConfigurationFailure
in interface org.testng.IConfigurationListener
public void onConfigurationSkip(org.testng.ITestResult itr)
onConfigurationSkip
in interface org.testng.IConfigurationListener
public void onTestStart(org.testng.ITestResult result)
onTestStart
in interface org.testng.ITestListener
public void onTestSuccess(org.testng.ITestResult result)
onTestSuccess
in interface org.testng.ITestListener
public void onTestFailure(org.testng.ITestResult result)
onTestFailure
in interface org.testng.ITestListener
public void onTestSkipped(org.testng.ITestResult result)
onTestSkipped
in interface org.testng.ITestListener
public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)
onTestFailedButWithinSuccessPercentage
in interface org.testng.ITestListener
public void onStart(org.testng.ITestContext context)
onStart
in interface org.testng.ITestListener
public void onFinish(org.testng.ITestContext context)
onFinish
in interface org.testng.ITestListener
Copyright © 2016 PayPal Open Source. All rights reserved.