public class JUnitXMLReporter extends Object implements IResultListener2
| Constructor and Description |
|---|
JUnitXMLReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeConfiguration(ITestResult tr)
Invoked before a configuration method is invoked.
|
protected void |
generateReport(ITestContext context)
generate the XML report given what we know from all the test results
|
void |
onConfigurationFailure(ITestResult itr)
Invoked whenever a configuration method failed.
|
void |
onConfigurationSkip(ITestResult itr)
Invoked whenever a configuration method was skipped.
|
void |
onConfigurationSuccess(ITestResult itr)
Invoked whenever a configuration method succeeded.
|
void |
onFinish(ITestContext context)
Invoked after all the tests have run and all their Configuration methods have been called.
|
void |
onStart(ITestContext context)
Invoked after the test class is instantiated and before any configuration method is called.
|
void |
onTestFailedButWithinSuccessPercentage(ITestResult tr)
Invoked each time a method fails but has been annotated with successPercentage and this failure
still keeps it within the success percentage requested.
|
void |
onTestFailure(ITestResult tr)
Invoked each time a test fails.
|
void |
onTestSkipped(ITestResult tr)
Invoked each time a test is skipped.
|
void |
onTestStart(ITestResult result)
Invoked each time before a test will be invoked.
|
void |
onTestSuccess(ITestResult tr)
Invoked each time a test succeeds.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonTestFailedWithTimeoutbeforeConfiguration, onConfigurationFailure, onConfigurationSkip, onConfigurationSuccesspublic void onTestStart(ITestResult result)
ITestListenerITestResult is only partially
filled with the references to class, method, start millis and status.onTestStart in interface ITestListenerresult - the partially filled ITestResultITestResult.STARTEDpublic void beforeConfiguration(ITestResult tr)
IConfigurationListenerbeforeConfiguration in interface IConfigurationListenertr - The test resultpublic void onTestSuccess(ITestResult tr)
onTestSuccess in interface ITestListenertr - ITestResult containing information about the run testITestResult.SUCCESSpublic void onTestFailedButWithinSuccessPercentage(ITestResult tr)
ITestListeneronTestFailedButWithinSuccessPercentage in interface ITestListenertr - ITestResult containing information about the run testITestResult.SUCCESS_PERCENTAGE_FAILUREpublic void onTestFailure(ITestResult tr)
onTestFailure in interface ITestListenertr - ITestResult containing information about the run testITestResult.FAILUREpublic void onTestSkipped(ITestResult tr)
onTestSkipped in interface ITestListenertr - ITestResult containing information about the run testITestResult.SKIPpublic void onStart(ITestContext context)
onStart in interface ITestListenercontext - The test contextpublic void onFinish(ITestContext context)
onFinish in interface ITestListenercontext - The test contextpublic void onConfigurationFailure(ITestResult itr)
IConfigurationListeneronConfigurationFailure in interface IConfigurationListeneritr - The test resultIConfigurationListener.onConfigurationFailure(org.testng.ITestResult)public void onConfigurationSkip(ITestResult itr)
IConfigurationListeneronConfigurationSkip in interface IConfigurationListeneritr - The test resultIConfigurationListener.onConfigurationSkip(org.testng.ITestResult)public void onConfigurationSuccess(ITestResult itr)
IConfigurationListeneronConfigurationSuccess in interface IConfigurationListeneritr - The test resultIConfigurationListener.onConfigurationSuccess(org.testng.ITestResult)protected void generateReport(ITestContext context)
context - The test contextCopyright © 2025. All rights reserved.