Uses of Class
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.AbstractCommandReader
-
Packages that use AbstractCommandReader Package Description org.apache.maven.plugin.surefire.booterclient org.apache.maven.plugin.surefire.booterclient.lazytestprovider -
-
Uses of AbstractCommandReader in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type AbstractCommandReader Modifier and Type Method Description private RunResultForkStarter. fork(java.lang.Object testSet, PropertiesWrapper providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractCommandReader commandReader, ForkNodeFactory forkNodeFactory, boolean readTestsFromInStream) -
Uses of AbstractCommandReader in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
Subclasses of AbstractCommandReader in org.apache.maven.plugin.surefire.booterclient.lazytestprovider Modifier and Type Class Description classDefaultCommandReaderReader stream sends commands to forked jvm std-input-stream.classTestLessInputStreamDispatches commands without tests.classTestProvidingInputStreamAnInputStreamthat, when read, provides test class names out of a queue.
-