Uses of Class
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.AbstractForkInputStream
-
Packages that use AbstractForkInputStream Package Description org.apache.maven.plugin.surefire.booterclient org.apache.maven.plugin.surefire.booterclient.lazytestprovider -
-
Uses of AbstractForkInputStream in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type AbstractForkInputStream Modifier and Type Method Description private RunResult
ForkStarter. fork(java.lang.Object testSet, KeyValueSource providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractForkInputStream testProvidingInputStream, boolean readTestsFromInStream)
-
Uses of AbstractForkInputStream in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
Subclasses of AbstractForkInputStream in org.apache.maven.plugin.surefire.booterclient.lazytestprovider Modifier and Type Class Description class
AbstractCommandStream
Reader stream sends commands to forked jvm std-input-stream
.class
TestLessInputStream
Dispatches commands without tests.class
TestProvidingInputStream
AnInputStream
that, when read, provides test class names out of a queue.
-