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

Packages that use org.apache.maven.surefire.report
org.apache.maven.plugin.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.plugin.surefire.report
ReporterFactory
           
RunListener
          Used by providers to report results.
RunStatistics
           
 

Classes in org.apache.maven.surefire.report used by org.apache.maven.surefire.booter
AbstractConsoleReporter
          Base class for console reporters.
AbstractFileReporter
          Base class for file reporters.
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.

ReporterConfiguration
          Bits and pieces of reporting configuration that seem to be necessary on the provider side.
ReporterFactory
           
RunListener
          Used by providers to report results.
RunStatistics
           
XMLReporter
          XML format reporter.
 

Classes in org.apache.maven.surefire.report used by org.apache.maven.surefire.providerapi
ConsoleLogger
          Allows providers to write console messages on the running maven process.
ReporterConfiguration
          Bits and pieces of reporting configuration that seem to be necessary on the provider side.
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.
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.

ReporterException
          Exception occurring during report generation.
ReporterFactory
           
RunListener
          Used by providers to report results.
RunStatistics
           
SimpleReportEntry
           
StackTraceWriter
          Ability to write a stack trace, filtered to omit locations inside Surefire and Maven.
TestConsoleOutputRunListener
          Attaches the currently executing test method to the thread, allowing test output to be directed to the proper test set.
TestSetStatistics
          Run-statistics for a testset
XMLReporter
          XML format reporter.
 



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