Uses of Interface
org.apache.maven.plugin.surefire.report.Reporter

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

Uses of Reporter in org.apache.maven.plugin.surefire
 

Methods in org.apache.maven.plugin.surefire that return Reporter
 Reporter StartupReportConfiguration.instantiateConsoleOutputFileReporter(PrintStream originalSystemOut)
           
 

Uses of Reporter in org.apache.maven.plugin.surefire.report
 

Classes in org.apache.maven.plugin.surefire.report that implement Reporter
 class AbstractConsoleReporter
          Base class for console reporters.
 class AbstractFileReporter
          Base class for file reporters.
 class AbstractReporter
           
 class AbstractTextReporter
          Text based reporter.
 class BriefConsoleReporter
          Brief format console reporter.
 class BriefFileReporter
          Brief format file reporter.
 class ConsoleOutputDirectReporter
          Outputs test system out/system err directly to the console

Just a step on the road to getting the separation of reporting concerns operating properly.

 class ConsoleOutputFileReporter
          Surefire output consumer proxy that writes test output to a File for each test suite.
 class ConsoleReporter
          Console reporter.
 class DetailedConsoleReporter
          Detailed console reporter.
 class FileReporter
          Text file reporter.
 class MulticastingReporter
          A reporter that broadcasts to other reporters
 class TestSetRunListener
          Reports data for a single test set.
 class 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.
 

Constructors in org.apache.maven.plugin.surefire.report with parameters of type Reporter
TestSetRunListener(AbstractConsoleReporter consoleReporter, AbstractFileReporter fileReporter, XMLReporter xmlReporter, Reporter reporter, StatisticsReporter statisticsReporter, org.apache.maven.surefire.report.RunStatistics globalStats)
           
 

Constructor parameters in org.apache.maven.plugin.surefire.report with type arguments of type Reporter
MulticastingReporter(List<Reporter> target)
           
 

Uses of Reporter in org.apache.maven.plugin.surefire.runorder
 

Classes in org.apache.maven.plugin.surefire.runorder that implement Reporter
 class StatisticsReporter
           
 



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