Package org.apache.maven.plugin.surefire.booterclient.lazytestprovider
-
Interface Summary Interface Description FlushReceiver Something that can be flushed.FlushReceiverProvider Provides aFlushReceiver
.NotifiableTestStream Forked jvm notifies master process to provide a new test. -
Class Summary Class Description AbstractCommandStream Reader stream sends commands to forked jvm std-input-stream
.AbstractForkInputStream Reader stream sends bytes to forked jvm std-input-stream
.OutputStreamFlushableCommandline ACommandline
implementation that provides the output stream of the executed process in form of aFlushReceiver
, for it to be flushed on demand.OutputStreamFlushReceiver Facade flushingOutputStream
and isolating the stream in client.TestLessInputStream Dispatches commands without tests.TestLessInputStream.TestLessInputStreamBuilder Buildsstreams
, registers cachable commands and provides accessible API to dispatch immediate commands to all atomically alive streams.TestLessInputStream.TestLessInputStreamBuilder.Node TestProvidingInputStream AnInputStream
that, when read, provides test class names out of a queue.