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

Packages that use org.apache.maven.plugin.surefire.report
org.apache.maven.plugin.surefire   
org.apache.maven.plugin.surefire.report   
org.apache.maven.plugin.surefire.runorder   
 

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

XMLReporter
          XML format reporter writing to TEST-reportName[-suffix].xml file like written and read by Ant's <junit> and <junitreport> tasks, then supported by many tools like CI servers.
 

Classes in org.apache.maven.plugin.surefire.report used by org.apache.maven.plugin.surefire.report
AbstractConsoleReporter
          Base class for console reporters.
AbstractFileReporter
          Base class for file reporters.
AbstractReporter
           
AbstractTextReporter
          Text based reporter.
FileReporterFactory
          Provides RunListener implementations to the providers.
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.

XMLReporter
          XML format reporter writing to TEST-reportName[-suffix].xml file like written and read by Ant's <junit> and <junitreport> tasks, then supported by many tools like CI servers.
 

Classes in org.apache.maven.plugin.surefire.report used by org.apache.maven.plugin.surefire.runorder
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.

 



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