org.apache.maven.surefire.report
Class BriefFileReporter

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

public class BriefFileReporter
extends AbstractFileReporter

Brief format file reporter.

Version:
$Id: BriefFileReporter.java 1143207 2011-07-05 21:37:57Z pgier $
Author:
Johnny R. Ruiz III

Field Summary
 
Fields inherited from class org.apache.maven.surefire.report.AbstractTextReporter
writer
 
Constructor Summary
BriefFileReporter(boolean trimStackTrace, File reportsDirectory)
           
BriefFileReporter(boolean trimStackTrace, File reportsDirectory, String reportNameSuffix)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.surefire.report.AbstractFileReporter
getReportFile, testSetCompleted, testSetStarting
 
Methods inherited from class org.apache.maven.surefire.report.AbstractTextReporter
getElapsedTimeSummary, getOutput, getTestSetSummary, reset, setWriter, testError, testFailed, 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

BriefFileReporter

public BriefFileReporter(boolean trimStackTrace,
                         File reportsDirectory)

BriefFileReporter

public BriefFileReporter(boolean trimStackTrace,
                         File reportsDirectory,
                         String reportNameSuffix)


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