Uses of Package
org.apache.maven.surefire.report

Packages that use org.apache.maven.surefire.report
org.apache.maven.surefire.booter   
org.apache.maven.surefire.providerapi   
org.apache.maven.surefire.report   
 

Classes in org.apache.maven.surefire.report used by org.apache.maven.surefire.booter
ReporterConfiguration
           
ReporterFactory
           
 

Classes in org.apache.maven.surefire.report used by org.apache.maven.surefire.providerapi
ReporterConfiguration
           
ReporterException
          Exception occurring during report generation.
ReporterFactory
           
 

Classes in org.apache.maven.surefire.report used by org.apache.maven.surefire.report
AbstractConsoleReporter
          Base class for console reporters.
AbstractFileReporter
          Base class for file reporters.
AbstractReporter
           
AbstractTextReporter
          Text based reporter.
ConsoleReporter
          Console reporter.
ReportEntry
           
Reporter
          Used by providers to report results.
ReporterConfiguration
           
ReporterException
          Exception occurring during report generation.
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
RunStatistics
           
SimpleReportEntry
           
StackTraceWriter
          Ability to write a stack trace, filtered to omit locations inside Surefire and Maven.
SystemStreamCapturer
          Captures System.out/System.err streams to buffers.
TestSetStatistics
          Run-statistics for a testset
 



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