Package org.apache.maven.surefire.report

Interface Summary
ConsoleLogger Allows providers to write console messages on the running maven process.
ConsoleOutputReceiver A receiver of stdout/sterr output from running tests.
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.
StackTraceWriter Ability to write a stack trace, filtered to omit locations inside Surefire and Maven.
 

Class Summary
AbstractReporter  
AsynchRunListener Transfers further processing of the request to a different thread, returning immediately to calling code.
CategorizedReportEntry  
ConsoleOutputCapture Deals with system.out/err.
ConsoleOutputReceiverForCurrentThread  
DefaultConsoleReporter  
DefaultDirectConsoleReporter  
MulticastingReporter A reporter that broadcasts to other reporters
PojoStackTraceWriter Write the trace out for a POJO test.
PrettyPrintXMLWriter  
ReporterConfiguration Bits and pieces of reporting configuration that seem to be necessary on the provider side.
RunStatistics  
SimpleReportEntry  
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  
TestSetStatistics Run-statistics for a testset
ThreadLocalRunListener Ensures that the current thread has a RunListener instance attached, and forwards calls to it.
XMLReporter XML format reporter.
 

Exception Summary
ReporterException Exception occurring during report generation.
 



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