Class ConfigurationAwareTestNGReporter
java.lang.Object
org.apache.maven.surefire.testng.TestNGReporter
org.apache.maven.surefire.testng.ConfigurationAwareTestNGReporter
- All Implemented Interfaces:
org.apache.maven.surefire.api.report.TestOutputReceiver<org.apache.maven.surefire.api.report.OutputReportEntry>, org.apache.maven.surefire.report.RunModeSetter, org.testng.IConfigurationListener, org.testng.internal.IResultListener, org.testng.ISuiteListener, org.testng.ITestListener, org.testng.ITestNGListener
public class ConfigurationAwareTestNGReporter
extends TestNGReporter
implements org.testng.internal.IResultListener
Just like TestNGReporter, but explicitly implements IResultListener; this interface is new in TestNG 5.5
- Author:
- Dan Fabulich
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationAwareTestNGReporter(org.apache.maven.surefire.api.report.TestReportListener<org.apache.maven.surefire.api.report.TestOutputReportEntry> reportManager) -
Method Summary
Methods inherited from class TestNGReporter
getRunListener, onConfigurationFailure, onConfigurationSkip, onConfigurationSuccess, onFinish, onFinish, onStart, onStart, onTestFailedButWithinSuccessPercentage, onTestFailure, onTestSkipped, onTestStart, onTestSuccess, setRunMode, writeTestOutputMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.testng.IConfigurationListener
beforeConfiguration, beforeConfiguration, onConfigurationFailure, onConfigurationFailure, onConfigurationSkip, onConfigurationSkip, onConfigurationSuccess, onConfigurationSuccessMethods inherited from interface org.testng.ITestListener
onFinish, onStart, onTestFailedButWithinSuccessPercentage, onTestFailedWithTimeout, onTestFailure, onTestSkipped, onTestStart, onTestSuccessMethods inherited from interface org.testng.ITestNGListener
isEnabled
-
Constructor Details
-
ConfigurationAwareTestNGReporter
public ConfigurationAwareTestNGReporter(org.apache.maven.surefire.api.report.TestReportListener<org.apache.maven.surefire.api.report.TestOutputReportEntry> reportManager)
-