org.apache.maven.plugin.surefire.report
Class ConsoleReporter
java.lang.Object
  
org.apache.maven.plugin.surefire.report.ConsoleReporter
public class ConsoleReporter
- extends Object
 
Base class for console reporters.
- Author:
 
  - Brett Porter, Kristian Rosenvold
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BRIEF
public static final String BRIEF
- See Also:
 - Constant Field Values
 
PLAIN
public static final String PLAIN
- See Also:
 - Constant Field Values
 
ConsoleReporter
public ConsoleReporter(PrintStream originalSystemOut)
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.