All Classes and Interfaces
Class
Description
A provider base class that all providers should extend to shield themselves from interface changes
This iterator is marked as stopped if
CloseableIterator.isClosed()
returns true
.Encapsulates data and command sent from master to forked process.
CLI options.
Command listener interface.
Reader of commands coming from plugin(master) process.
Concurrency utilities.
Deals with system.out/err.
A receiver of stdout/sterr output from running tests.
Delegates to
System.out
.Creates new daemon Thread.
Deprecated.
Applies the final runorder of the tests
Deprecated.
Dumps lost commands and caused exceptions in forked JVM.
Dumps a text or exception in dump file.
Creates ForkingReporters, which are typically one instance per TestSet or thread.
Encodes the full output of the test run to the stdout stream.
Resolves string test patterns in object oriented patterns
P
.Copies input map in
constructor
, and Entries are linked and thread-safe.Write the trace out for a POJO test.
Commands which are sent from plugin to the forked jvm.
Similar to Java 7 java.util.Objects.
Injected into the providers upon provider construction.
Describes a single entry for a test report
Bits and pieces of reporting configuration that seem to be necessary on the provider side.
Exception occurring during report generation.
Used by the providers to request (per-thread) run listeners.
Deprecated.
will be renamed to ResolvedTestPattern
Type of patterns in ResolvedTest constructor.
Used by providers to report results.
A RunOrder specifies the order in which the tests will be run.
Represents a test-run-result; this may be from a single test run or an aggregated result.
Guards against misbehaving throwables
Specifies the way how the forked jvm should be terminated after
class AbstractCommandStream is closed and CTRL+C.
See the plugin configuration parameter
shutdown
.Filter for test class files
Ability to write a stack trace, filtered to omit locations inside Surefire and Maven.
Common
java.lang.String
manipulation routines.Escaped string to byte array with offset 0 and certain length.
Interface to be implemented by all Surefire providers.
Exception indicating that surefire had problems with reflection.
Does reflection based invocation of the surefire methods.
Contains information about the detected test artifact
JUnit Description parser.
Generic interface of test filter.
Resolved multi pattern filter e.g.
Information about the requested test.
Exception that indicates a test failed.
Describes test-set when started and finished.
Contains all the tests that have been found according to specified include/exclude
specification for a given surefire run.
Utility for dealing with URLs in pre-JDK 1.4.