org.apache.maven.surefire.report
Class ForkingConsoleReporter

java.lang.Object
  extended by org.apache.maven.surefire.report.AbstractReporter
      extended by org.apache.maven.surefire.report.ConsoleReporter
          extended by org.apache.maven.surefire.report.ForkingConsoleReporter
All Implemented Interfaces:
Reporter
Direct Known Subclasses:
ForkingSummaryConsoleReporter

public class ForkingConsoleReporter
extends ConsoleReporter


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
ForkingConsoleReporter()
           
 
Method Summary
 void print(String message)
           
 void println(String message)
           
 void runStarting(int testCount)
           
 
Methods inherited from class org.apache.maven.surefire.report.ConsoleReporter
batteryAborted, batteryCompleted, batteryStarting, 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

ForkingConsoleReporter

public ForkingConsoleReporter()
Method Detail

println

public void println(String message)
Overrides:
println in class ConsoleReporter

print

public void print(String message)
Overrides:
print in class ConsoleReporter

runStarting

public void runStarting(int testCount)
Specified by:
runStarting in interface Reporter
Overrides:
runStarting in class ConsoleReporter


Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.