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.booterclientClassDescriptionStream reader returns bytes which are finally sent to the forked jvm std-input-stream.A
Commandline
implementation.Remote interface of forked JVM with command methods.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.lazytestproviderClassDescriptionStream reader returns bytes which are finally sent to the forked jvm std-input-stream.Reader stream sends commands to forked jvm std-
input-stream
.Remote interface of forked JVM with command methods.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. -