public class ConsoleReporter extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BRIEF |
static String |
PLAIN |
Constructor and Description |
---|
ConsoleReporter() |
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 void testSetStarting(ReportEntry report) throws ReporterException
ReporterException
public void writeMessage(String message)
public void writeLnMessage(String message)
public void testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults) throws ReporterException
ReporterException
public void reset()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.