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 1051292 2010-12-20 21:09:04Z krosenvold $
Author:
Johnny R. Ruiz III

Field Summary
 
Fields inherited from class org.apache.maven.surefire.report.AbstractTextReporter
BRIEF, PLAIN, SUMMARY, writer
 
Constructor Summary
BriefFileReporter(ReporterConfiguration reporterConfiguration)
           
 
Method Summary
 void writeDetailMessage(String message)
          Writes a detailed message that will not necessarily be displayed in all channels.
 
Methods inherited from class org.apache.maven.surefire.report.AbstractFileReporter
testSetCompleted, testSetStarting
 
Methods inherited from class org.apache.maven.surefire.report.AbstractTextReporter
getElapsedTimeSummary, getOutput, getTestSetSummary, isTestSetCompletedMessage, reset, setWriter, testError, testFailed, testSkipped, testSucceeded, writeMessage
 
Methods inherited from class org.apache.maven.surefire.report.AbstractReporter
runCompleted, runStarting, testAssumptionFailure, testError, testFailed, testStarting, writeFooter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BriefFileReporter

public BriefFileReporter(ReporterConfiguration reporterConfiguration)
Method Detail

writeDetailMessage

public void writeDetailMessage(String message)
Description copied from interface: Reporter
Writes a detailed message that will not necessarily be displayed in all channels. This is controlled by reportFormat attribute on the plugin.

Specified by:
writeDetailMessage in interface Reporter
Overrides:
writeDetailMessage in class AbstractTextReporter
Parameters:
message - The message to write


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