Package | Description |
---|---|
org.apache.maven.plugin.surefire.booterclient | |
org.apache.maven.plugin.surefire.booterclient.lazytestprovider |
Modifier and Type | Method and Description |
---|---|
private RunResult |
ForkStarter.fork(java.lang.Object testSet,
KeyValueSource providerProperties,
ForkClient forkClient,
SurefireProperties effectiveSystemProperties,
AbstractForkInputStream testProvidingInputStream,
boolean readTestsFromInStream) |
private RunResult |
ForkStarter.fork(java.lang.Object testSet,
KeyValueSource providerProperties,
ForkClient forkClient,
SurefireProperties effectiveSystemProperties,
int forkNumber,
AbstractForkInputStream testProvidingInputStream,
boolean readTestsFromInStream) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommandStream
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. |