org.apache.maven.surefire.report
Class ForkingSummaryConsoleReporter

java.lang.Object
  extended byorg.apache.maven.surefire.report.AbstractReporter
      extended byorg.apache.maven.surefire.report.ConsoleReporter
          extended byorg.apache.maven.surefire.report.ForkingConsoleReporter
              extended byorg.apache.maven.surefire.report.ForkingSummaryConsoleReporter
All Implemented Interfaces:
Reporter

public class ForkingSummaryConsoleReporter
extends ForkingConsoleReporter

Summary format console reporter.

Version:
$Id: ForkingSummaryConsoleReporter.java 381519 2006-02-28 01:02:24Z jvanzyl $
Author:
Johnny R. Ruiz III

Field Summary
 
Fields inherited from class org.apache.maven.surefire.report.ConsoleReporter
batteryStartTime, BUFFER_SIZE, writer
 
Fields inherited from class org.apache.maven.surefire.report.AbstractReporter
completedCount, endTime, errors, failures, startTime
 
Constructor Summary
ForkingSummaryConsoleReporter()
           
 
Method Summary
 void batteryCompleted(ReportEntry report)
           
 void batteryStarting(ReportEntry report)
           
 
Methods inherited from class org.apache.maven.surefire.report.ForkingConsoleReporter
print, println, runStarting
 
Methods inherited from class org.apache.maven.surefire.report.ConsoleReporter
batteryAborted, runAborted
 
Methods inherited from class org.apache.maven.surefire.report.AbstractReporter
dispose, elapsedTimeAsString, getNbErrors, getNbFailures, getNbTests, getReportsDirectory, runCompleted, runStopped, setReportsDirectory, testError, testFailed, testStarting, testSucceeded, writeMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForkingSummaryConsoleReporter

public ForkingSummaryConsoleReporter()
Method Detail

batteryStarting

public void batteryStarting(ReportEntry report)
                     throws java.lang.Exception
Specified by:
batteryStarting in interface Reporter
Overrides:
batteryStarting in class ConsoleReporter
Throws:
java.lang.Exception

batteryCompleted

public void batteryCompleted(ReportEntry report)
Specified by:
batteryCompleted in interface Reporter
Overrides:
batteryCompleted in class ConsoleReporter


Copyright © 2004-2006 Apache. All Rights Reserved.