public class ConsoleReporter extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BRIEF |
static String |
PLAIN |
Constructor and Description |
---|
ConsoleReporter(PrintStream originalSystemOut) |
Modifier and Type | Method and Description |
---|---|
void |
reset() |
void |
testSetCompleted(WrappedReportEntry report,
TestSetStats testSetStats,
List<String> testResults) |
void |
testSetStarting(ReportEntry report) |
void |
writeLnMessage(String message) |
void |
writeMessage(String message) |
public static final String BRIEF
public static final String PLAIN
public ConsoleReporter(PrintStream originalSystemOut)
public void testSetStarting(ReportEntry report)
public void writeMessage(String message)
public void writeLnMessage(String message)
public void testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults)
public void reset()
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.