Package org.apache.maven.surefire.testng
Class ConfigurationAwareTestNGReporter
- java.lang.Object
-
- org.apache.maven.surefire.testng.TestNGReporter
-
- org.apache.maven.surefire.testng.ConfigurationAwareTestNGReporter
-
- All Implemented Interfaces:
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
-
-
Constructor Summary
Constructors Constructor Description ConfigurationAwareTestNGReporter(RunListener reportManager)
-
Method Summary
-
Methods inherited from class org.apache.maven.surefire.testng.TestNGReporter
onConfigurationFailure, onConfigurationSkip, onConfigurationSuccess, onFinish, onFinish, onStart, onStart, onTestFailedButWithinSuccessPercentage, onTestFailure, onTestSkipped, onTestStart, onTestSuccess
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
ConfigurationAwareTestNGReporter
public ConfigurationAwareTestNGReporter(RunListener reportManager)
-
-