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

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

public class FileReporter
extends AbstractFileReporter

Text file reporter.

Version:
$Id: FileReporter.java 1236883 2012-01-27 20:50:34Z krosenvold $
Author:
Johnny R. Ruiz III

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

FileReporter

public FileReporter(boolean trimStackTrace,
                    File reportsDirectory,
                    String reportNamePrefix)


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