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.BriefFileReporter
All Implemented Interfaces:
Reporter

public class BriefFileReporter
extends AbstractReporter

Brief format file reporter.

Version:
$Id: BriefFileReporter.java 360553 2006-01-01 21:39:29Z carlos $
Author:
Johnny R. Ruiz III

Field Summary
 
Fields inherited from class org.apache.maven.surefire.report.AbstractReporter
completedCount, endTime, errors, failures, startTime
 
Constructor Summary
BriefFileReporter()
           
 
Method Summary
 void batteryCompleted(ReportEntry report)
           
 void batteryStarting(ReportEntry report)
           
 void dispose()
           
 void runStarting(int testCount)
           
 void testError(ReportEntry report, String stdOut, String stdErr)
           
 void testFailed(ReportEntry report, String stdOut, String stdErr)
           
 void testStarting(ReportEntry report)
           
 
Methods inherited from class org.apache.maven.surefire.report.AbstractReporter
batteryAborted, elapsedTimeAsString, getNbErrors, getNbFailures, getNbTests, getReportsDirectory, runAborted, runCompleted, runStopped, setReportsDirectory, testSucceeded, writeMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BriefFileReporter

public BriefFileReporter()
Method Detail

runStarting

public void runStarting(int testCount)
Specified by:
runStarting in interface Reporter
Overrides:
runStarting in class AbstractReporter

batteryStarting

public void batteryStarting(ReportEntry report)
                     throws Exception
Specified by:
batteryStarting in interface Reporter
Overrides:
batteryStarting in class AbstractReporter
Throws:
Exception

batteryCompleted

public void batteryCompleted(ReportEntry report)
Specified by:
batteryCompleted in interface Reporter
Overrides:
batteryCompleted in class AbstractReporter

testStarting

public void testStarting(ReportEntry report)
Specified by:
testStarting in interface Reporter
Overrides:
testStarting in class AbstractReporter

testError

public void testError(ReportEntry report,
                      String stdOut,
                      String stdErr)
Specified by:
testError in interface Reporter
Overrides:
testError in class AbstractReporter

testFailed

public void testFailed(ReportEntry report,
                       String stdOut,
                       String stdErr)
Specified by:
testFailed in interface Reporter
Overrides:
testFailed in class AbstractReporter

dispose

public void dispose()
Specified by:
dispose in interface Reporter
Overrides:
dispose in class AbstractReporter


Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.