| Modifier and Type | Method and Description |
|---|---|
private static void |
ForkStarter.notifyStreamsToSkipTests(java.util.Collection<? extends NotifiableTestStream> notifiableTestStreams) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommandStream
Reader stream sends commands to forked jvm std-
input-stream. |
class |
AbstractForkInputStream
Reader stream sends bytes to forked jvm std-
input-stream. |
class |
TestLessInputStream
Dispatches commands without tests.
|
private class |
TestLessInputStream.TestLessInputStreamBuilder.CachableCommands
Event is persisted.
|
private class |
TestLessInputStream.TestLessInputStreamBuilder.ImmediateCommands
Event is called just now for all alive streams and command is not persisted.
|
class |
TestProvidingInputStream
An
InputStream that, when read, provides test class names out of a queue. |
| Modifier and Type | Method and Description |
|---|---|
NotifiableTestStream |
TestLessInputStream.TestLessInputStreamBuilder.getCachableCommands() |
NotifiableTestStream |
TestLessInputStream.TestLessInputStreamBuilder.getImmediateCommands() |
| Modifier and Type | Field and Description |
|---|---|
private NotifiableTestStream |
ForkClient.notifiableTestStream |
| Constructor and Description |
|---|
ForkClient(DefaultReporterFactory defaultReporterFactory,
java.util.Properties testVmSystemProperties,
NotifiableTestStream notifiableTestStream) |