org.apache.maven.plugin.surefire.runorder
Class StatisticsReporter

java.lang.Object
  extended by org.apache.maven.plugin.surefire.runorder.StatisticsReporter
All Implemented Interfaces:
Reporter

public class StatisticsReporter
extends java.lang.Object
implements Reporter

Author:
Kristian Rosenvold

Constructor Summary
StatisticsReporter(java.io.File dataFile)
           
 
Method Summary
 void reset()
           
 void testError(ReportEntry report, java.lang.String stdOut, java.lang.String stdErr)
           
 void testFailed(ReportEntry report, java.lang.String stdOut, java.lang.String stdErr)
           
 void testSetCompleted(ReportEntry report)
           
 void testSetStarting(ReportEntry report)
           
 void testSkipped(ReportEntry report)
           
 void testStarting(ReportEntry report)
           
 void testSucceeded(ReportEntry report)
           
 void writeMessage(byte[] b, int off, int len)
           
 void writeMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsReporter

public StatisticsReporter(java.io.File dataFile)
Method Detail

testSetStarting

public void testSetStarting(ReportEntry report)
Specified by:
testSetStarting in interface Reporter

testSetCompleted

public void testSetCompleted(ReportEntry report)
Specified by:
testSetCompleted in interface Reporter

testStarting

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

testSucceeded

public void testSucceeded(ReportEntry report)
Specified by:
testSucceeded in interface Reporter

testSkipped

public void testSkipped(ReportEntry report)
Specified by:
testSkipped in interface Reporter

testError

public void testError(ReportEntry report,
                      java.lang.String stdOut,
                      java.lang.String stdErr)
Specified by:
testError in interface Reporter

testFailed

public void testFailed(ReportEntry report,
                       java.lang.String stdOut,
                       java.lang.String stdErr)
Specified by:
testFailed in interface Reporter

writeMessage

public void writeMessage(java.lang.String message)
Specified by:
writeMessage in interface Reporter

writeMessage

public void writeMessage(byte[] b,
                         int off,
                         int len)
Specified by:
writeMessage in interface Reporter

reset

public void reset()
Specified by:
reset in interface Reporter


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