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

java.lang.Object
  extended by org.apache.maven.plugin.surefire.report.ConsoleReporter

public class ConsoleReporter
extends Object

Base class for console reporters.

Author:
Brett Porter, Kristian Rosenvold

Field Summary
static String BRIEF
           
static String PLAIN
           
 
Constructor Summary
ConsoleReporter(PrintStream originalSystemOut)
           
 
Method Summary
 void reset()
           
 void testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults)
           
 void testSetStarting(ReportEntry report)
           
 void writeLnMessage(String message)
           
 void writeMessage(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BRIEF

public static final String BRIEF
See Also:
Constant Field Values

PLAIN

public static final String PLAIN
See Also:
Constant Field Values
Constructor Detail

ConsoleReporter

public ConsoleReporter(PrintStream originalSystemOut)
Method Detail

testSetStarting

public void testSetStarting(ReportEntry report)
                     throws ReporterException
Throws:
ReporterException

writeMessage

public void writeMessage(String message)

writeLnMessage

public void writeLnMessage(String message)

testSetCompleted

public void testSetCompleted(WrappedReportEntry report,
                             TestSetStats testSetStats,
                             List<String> testResults)
                      throws ReporterException
Throws:
ReporterException

reset

public void reset()


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