Package org.apache.maven.surefire.report

Interface Summary
ConsoleOutputReceiver A receiver of stdout/sterr output from running tests.
DirectConsoleReporter Allows providers to write console messages on the running maven process.
ReportEntry  
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.

ReporterFactory  
RunListener Used by providers to report results.
RunReporter A reporter that is aware of run start/run finished events
StackTraceWriter Ability to write a stack trace, filtered to omit locations inside Surefire and Maven.
 

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.
CategorizedReportEntry  
ConsoleOutputCapture Deals with system.out/err.
ConsoleOutputReceiverForCurrentThread  
ConsoleReporter Console reporter.
DefaultConsoleOutputReceiver  
DefaultDirectConsoleReporter  
DetailedConsoleReporter Detailed console reporter.
FileReporter Text file reporter.
ForkingConsoleReporter Surefire reporter that will prefix surefire output to make it easier to parse when forking tests
MulticastingReporter A reporter that broadcasts to other reporters
PojoStackTraceWriter Write the trace out for a POJO test.
ReporterConfiguration  
ReporterManagerFactory Note; this class contains "old" and "new" style instantiation, "old" style can be removed once we build 2.7.X + with 2.7
RunStatistics  
SimpleReportEntry  
SystemConsoleOutputReceiver  
TestConsoleOutputRunListener Attaches the currently executing test method to the thread, allowing test output to be directed to the proper test set.
TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener  
TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener  
TestSetRunListener Reports data for a single test set.
TestSetStatistics Run-statistics for a testset
XMLReporter XML format reporter.
 

Exception Summary
ReporterException Exception occurring during report generation.
 



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