Package org.apache.maven.surefire.report

Interface Summary
ReportEntry  
Reporter Used by providers to report results.
ReporterFactory  
ReportWriter 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.

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  
ConsoleReporter Console reporter.
DefaultReportEntry Deprecated. Delete once we build with 2.7.2
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  
ReporterManager A reporting front-end for providers.
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  
SystemStreamCapturer Captures System.out/System.err streams to buffers.
TestSetStatistics Run-statistics for a testset
XMLReporter XML format reporter.
 

Exception Summary
ReporterException Exception occurring during report generation.
 



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