org.apache.maven.surefire.report
Class ConsoleReporter

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
              extended by org.apache.maven.surefire.report.ConsoleReporter
All Implemented Interfaces:
Reporter

public class ConsoleReporter
extends AbstractConsoleReporter

Console reporter.

Version:
$Id: ConsoleReporter.java 1098758 2011-05-02 19:27:22Z krosenvold $
Author:
Johnny R. Ruiz III

Field Summary
 
Fields inherited from class org.apache.maven.surefire.report.AbstractTextReporter
writer
 
Constructor Summary
ConsoleReporter(boolean trimStackTrace)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.surefire.report.AbstractConsoleReporter
testSetStarting
 
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
 

Constructor Detail

ConsoleReporter

public ConsoleReporter(boolean trimStackTrace)


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