Package | Description |
---|---|
org.apache.maven.plugin.surefire.booterclient.lazytestprovider | |
org.apache.maven.plugin.surefire.booterclient.output |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommandReader
Stream reader returns bytes which are finally sent to the forked jvm std-input-stream.
|
class |
DefaultCommandReader
Reader stream sends commands to forked jvm std-
input-stream . |
class |
TestLessInputStream
Dispatches commands without tests.
|
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()
Cached commands are sent to all alive or future alive forks.
|
NotifiableTestStream |
TestLessInputStream.TestLessInputStreamBuilder.getImmediateCommands()
Only
noop() and shutdown(Shutdown) are supported. |
Constructor and Description |
---|
ForkClient(DefaultReporterFactory defaultReporterFactory,
NotifiableTestStream notifiableTestStream,
int forkNumber) |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.