Package org.apache.maven.plugin.surefire.report

Interface Summary
Reporter Persists reports somewhere

An instance of a reporter is not guaranteed to be thread-safe and concurrent test frameworks must request an instance of a reporter per-thread from the ReporterFactory.

 

Class Summary
AbstractConsoleReporter Base class for console reporters.
AbstractFileReporter Base class for file reporters.
AbstractReporter  
AbstractTextReporter Text based reporter.
BriefConsoleReporter Brief format console reporter.
BriefFileReporter Brief format file reporter.
ConsoleOutputDirectReporter Outputs test system out/system err directly to the console

Just a step on the road to getting the separation of reporting concerns operating properly.

ConsoleOutputFileReporter Surefire output consumer proxy that writes test output to a File for each test suite.
ConsoleReporter Console reporter.
DetailedConsoleReporter Detailed console reporter.
FileReporter Text file reporter.
FileReporterFactory Provides RunListener implementations to the providers.
MulticastingReporter A reporter that broadcasts to other reporters
PrettyPrintXMLWriter  
TestSetRunListener Reports data for a single test set.
XMLReporter XML format reporter writing to TEST-reportName[-suffix].xml file like written and read by Ant's <junit> and <junitreport> tasks, then supported by many tools like CI servers.
 



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