org.apache.maven.surefire.testng
Class ConfigurationAwareTestNGReporter

java.lang.Object
  extended by org.apache.maven.surefire.testng.TestNGReporter
      extended by org.apache.maven.surefire.testng.ConfigurationAwareTestNGReporter
All Implemented Interfaces:
org.testng.internal.IConfigurationListener, org.testng.internal.IResultListener, org.testng.ISuiteListener, org.testng.ITestListener

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

Field Summary
 
Fields inherited from class org.apache.maven.surefire.testng.TestNGReporter
SUREFIRE_BUNDLE_NAME
 
Constructor Summary
ConfigurationAwareTestNGReporter(RunListener reportManager, TestNgTestSuite source)
           
 
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
 
Methods inherited from interface org.testng.ITestListener
onFinish, onStart, onTestFailedButWithinSuccessPercentage, onTestFailure, onTestSkipped, onTestStart, onTestSuccess
 
Methods inherited from interface org.testng.internal.IConfigurationListener
onConfigurationFailure, onConfigurationSkip, onConfigurationSuccess
 

Constructor Detail

ConfigurationAwareTestNGReporter

public ConfigurationAwareTestNGReporter(RunListener reportManager,
                                        TestNgTestSuite source)


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.