Package | Description |
---|---|
org.apache.maven.plugin.surefire | |
org.apache.maven.plugin.surefire.report | |
org.apache.maven.plugin.surefire.runorder |
Modifier and Type | Method and Description |
---|---|
Reporter |
StartupReportConfiguration.instantiateConsoleOutputFileReporter(PrintStream originalSystemOut) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConsoleReporter
Base class for console reporters.
|
class |
AbstractFileReporter
Base class for file reporters.
|
class |
AbstractReporter |
class |
AbstractTextReporter
Text based reporter.
|
class |
BriefConsoleReporter
Brief format console reporter.
|
class |
BriefFileReporter
Brief format file reporter.
|
class |
ConsoleOutputDirectReporter
Outputs test system out/system err directly to the console
Just a step on the road to getting the separation of reporting concerns
operating properly.
|
class |
ConsoleOutputFileReporter
Surefire output consumer proxy that writes test output to a
File for each test suite. |
class |
ConsoleReporter
Console reporter.
|
class |
DetailedConsoleReporter
Detailed console reporter.
|
class |
FileReporter
Text file reporter.
|
class |
MulticastingReporter
A reporter that broadcasts to other reporters
|
class |
TestSetRunListener
Reports data for a single test set.
|
class |
XMLReporter
XML format reporter writing to
TEST-reportName[-suffix].xml file like written and read
by Ant's <junit> and
<junitreport> tasks,
then supported by many tools like CI servers. |
Constructor and Description |
---|
TestSetRunListener(AbstractConsoleReporter consoleReporter,
AbstractFileReporter fileReporter,
XMLReporter xmlReporter,
Reporter reporter,
StatisticsReporter statisticsReporter,
RunStatistics globalStats) |
Constructor and Description |
---|
MulticastingReporter(List<Reporter> target) |
Modifier and Type | Class and Description |
---|---|
class |
StatisticsReporter |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.