Uses of Package
org.apache.maven.plugin.surefire.booterclient.lazytestprovider
Packages that use org.apache.maven.plugin.surefire.booterclient.lazytestprovider
Package
Description
-
Classes in org.apache.maven.plugin.surefire.booterclient.lazytestprovider used by org.apache.maven.plugin.surefire.booterclientClassDescriptionReader stream sends bytes to forked jvm std-
input-stream
.Forked jvm notifies master process to provide a new test.ACommandline
implementation that provides the output stream of the executed process in form of aFlushReceiver
, for it to be flushed on demand.Buildsstreams
, registers cachable commands and provides accessible API to dispatch immediate commands to all atomically alive streams.AnInputStream
that, when read, provides test class names out of a queue. -
Classes in org.apache.maven.plugin.surefire.booterclient.lazytestprovider used by org.apache.maven.plugin.surefire.booterclient.lazytestproviderClassDescriptionReader stream sends commands to forked jvm std-
input-stream
.Reader stream sends bytes to forked jvm std-input-stream
.Something that can be flushed.Provides aFlushReceiver
.Forked jvm notifies master process to provide a new test.Dispatches commands without tests.Buildsstreams
, registers cachable commands and provides accessible API to dispatch immediate commands to all atomically alive streams.Event is persisted.Event is called just now for all alive streams and command is not persisted. -