org.apache.maven.plugin.surefire.report
Class BriefConsoleReporter

java.lang.Object
  extended by org.apache.maven.plugin.surefire.report.AbstractReporter
      extended by org.apache.maven.plugin.surefire.report.AbstractTextReporter
          extended by org.apache.maven.plugin.surefire.report.AbstractConsoleReporter
              extended by org.apache.maven.plugin.surefire.report.BriefConsoleReporter
All Implemented Interfaces:
Reporter

public class BriefConsoleReporter
extends AbstractConsoleReporter

Brief format console reporter.

Version:
$Id: BriefConsoleReporter.java 1236422 2012-01-26 22:37:06Z krosenvold $
Author:
Johnny R. Ruiz III

Field Summary
 
Fields inherited from class org.apache.maven.plugin.surefire.report.AbstractTextReporter
writer
 
Constructor Summary
BriefConsoleReporter(boolean trimStackTrace)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.surefire.report.AbstractConsoleReporter
testSetStarting
 
Methods inherited from class org.apache.maven.plugin.surefire.report.AbstractTextReporter
getElapsedTimeSummary, getOutput, getTestSetSummary, reset, setWriter, testError, testFailed, testSetCompleted, testSkipped, testSucceeded, writeMessage
 
Methods inherited from class org.apache.maven.plugin.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

BriefConsoleReporter

public BriefConsoleReporter(boolean trimStackTrace)


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