Interface | Description |
---|---|
FlushReceiver |
Something that can be flushed.
|
FlushReceiverProvider |
Provides a
FlushReceiver . |
NotifiableTestStream |
Forked jvm notifies master process to provide a new test.
|
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 |
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 |
Dispatches commands without tests.
|
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. |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.