Package | Description |
---|---|
org.apache.maven.plugin.surefire | |
org.apache.maven.plugin.surefire.report | |
org.apache.maven.plugin.surefire.runorder |
Class and Description |
---|
AbstractConsoleReporter
Base class for console reporters.
|
AbstractFileReporter
Base class for file reporters.
|
Reporter
Persists reports somewhere
An instance of a reporter is not guaranteed to be thread-safe and concurrent test frameworks
must request an instance of a reporter per-thread from the ReporterFactory.
|
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. |
Class and Description |
---|
AbstractConsoleReporter
Base class for console reporters.
|
AbstractFileReporter
Base class for file reporters.
|
AbstractReporter |
AbstractTextReporter
Text based reporter.
|
FileReporterFactory
Provides RunListener implementations to the providers.
|
Reporter
Persists reports somewhere
An instance of a reporter is not guaranteed to be thread-safe and concurrent test frameworks
must request an instance of a reporter per-thread from the ReporterFactory.
|
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. |
Class and Description |
---|
Reporter
Persists reports somewhere
An instance of a reporter is not guaranteed to be thread-safe and concurrent test frameworks
must request an instance of a reporter per-thread from the ReporterFactory.
|
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.