org.apache.maven.surefire.report
Class AbstractConsoleReporter

java.lang.Object
  extended by org.apache.maven.surefire.report.AbstractReporter
      extended by org.apache.maven.surefire.report.AbstractTextReporter
          extended by org.apache.maven.surefire.report.AbstractConsoleReporter
All Implemented Interfaces:
org.apache.maven.surefire.report.Reporter
Direct Known Subclasses:
BriefConsoleReporter, ConsoleReporter, DetailedConsoleReporter

public abstract class AbstractConsoleReporter
extends AbstractTextReporter

Base class for console reporters.

Author:
Brett Porter

Field Summary
 
Fields inherited from class org.apache.maven.surefire.report.AbstractTextReporter
writer
 
Method Summary
 void testSetStarting(org.apache.maven.surefire.report.ReportEntry report)
           
 
Methods inherited from class org.apache.maven.surefire.report.AbstractTextReporter
getElapsedTimeSummary, getOutput, getTestSetSummary, reset, setWriter, testError, testFailed, testSetCompleted, testSkipped, testSucceeded, writeMessage
 
Methods inherited from class org.apache.maven.surefire.report.AbstractReporter
testStarting, writeMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

testSetStarting

public void testSetStarting(org.apache.maven.surefire.report.ReportEntry report)
                     throws org.apache.maven.surefire.report.ReporterException
Specified by:
testSetStarting in interface org.apache.maven.surefire.report.Reporter
Overrides:
testSetStarting in class AbstractTextReporter
Throws:
org.apache.maven.surefire.report.ReporterException


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