All Classes and Interfaces
Class
Description
The base thread class used to handle a stream, transforms the stream to an object.
Programming model with this class:
Stream reader returns bytes which ar finally sent to the forked jvm.
Forks the execution of task and the task completion.
Extension for logger.
Extension listener for logger.
Decrements
countdown
and calls closeable
if reached zero.Counts down the calls
CountDownLauncher.countDown()
and the last reaching zero executes the CountDownLauncher.job()
.Handler of events.
It's a session object used only by a particular Thread in ForkStarter
and communicates with a dedicated forked JVM.
This is the plugin extension as a factory of
ForkChannel
.Extension for stateless reporter.
Creates a report upon handled event "testSetCompleted".
Configuration passed to the constructor of default reporter
org.apache.maven.plugin.surefire.report.StatelessXmlReporter.
Extension listener for stateless console reporter of test-set.
Extension listener for stateless file reporter of test-set.
Extension listener for stateless file and console reporter of test-set.
Used in
CloseableDaemonThread
.