| Class and Description |
|---|
| AbstractForkInputStream
Reader stream sends bytes to forked jvm std-
input-stream. |
| NotifiableTestStream
Forked jvm notifies master process to provide a new test.
|
| OutputStreamFlushableCommandline
A
Commandline implementation that provides the output stream of
the executed process in form of a FlushReceiver, for it to be
flushed on demand. |
| TestLessInputStream.TestLessInputStreamBuilder
Builds
streams, registers cachable commands
and provides accessible API to dispatch immediate commands to all atomically
alive streams. |
| TestProvidingInputStream
An
InputStream that, when read, provides test class names out of a queue. |
| Class and Description |
|---|
| AbstractCommandStream
Reader stream sends commands to forked jvm std-
input-stream. |
| AbstractForkInputStream
Reader stream sends bytes to forked jvm std-
input-stream. |
| FlushReceiver
Something that can be flushed.
|
| FlushReceiverProvider
Provides a
FlushReceiver. |
| NotifiableTestStream
Forked jvm notifies master process to provide a new test.
|
| TestLessInputStream
Dispatches commands without tests.
|
| TestLessInputStream.TestLessInputStreamBuilder
Builds
streams, registers cachable commands
and provides accessible API to dispatch immediate commands to all atomically
alive streams. |
| TestLessInputStream.TestLessInputStreamBuilder.CachableCommands
Event is persisted.
|
| TestLessInputStream.TestLessInputStreamBuilder.ImmediateCommands
Event is called just now for all alive streams and command is not persisted.
|
| TestLessInputStream.TestLessInputStreamBuilder.Node |
| Class and Description |
|---|
| NotifiableTestStream
Forked jvm notifies master process to provide a new test.
|