org.apache.maven.surefire.report
Class AbstractFileReporter

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
All Implemented Interfaces:
Reporter
Direct Known Subclasses:
BriefFileReporter, FileReporter

public abstract class AbstractFileReporter
extends AbstractTextReporter

Base class for file reporters.

Author:
Brett Porter

Field Summary
 
Fields inherited from class org.apache.maven.surefire.report.AbstractTextReporter
writer
 
Method Summary
static java.io.File getReportFile(java.io.File reportsDirectory, java.lang.String reportEntryName, java.lang.String reportNameSuffix, java.lang.String fileExtension)
           
 void testSetCompleted(ReportEntry report)
           
 void testSetStarting(ReportEntry report)
           
 
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
 

Method Detail

testSetStarting

public void testSetStarting(ReportEntry report)
                     throws ReporterException
Specified by:
testSetStarting in interface Reporter
Overrides:
testSetStarting in class AbstractTextReporter
Throws:
ReporterException

getReportFile

public static java.io.File getReportFile(java.io.File reportsDirectory,
                                         java.lang.String reportEntryName,
                                         java.lang.String reportNameSuffix,
                                         java.lang.String fileExtension)

testSetCompleted

public void testSetCompleted(ReportEntry report)
                      throws ReporterException
Specified by:
testSetCompleted in interface Reporter
Overrides:
testSetCompleted in class AbstractTextReporter
Throws:
ReporterException


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