Uses of Interface
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.NotifiableTestStream
-
Packages that use NotifiableTestStream Package Description org.apache.maven.plugin.surefire.booterclient.lazytestprovider org.apache.maven.plugin.surefire.booterclient.output -
-
Uses of NotifiableTestStream in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
Classes in org.apache.maven.plugin.surefire.booterclient.lazytestprovider that implement NotifiableTestStream Modifier and Type Class Description classAbstractCommandStreamReader stream sends commands to forked jvm std-input-stream.classAbstractForkInputStreamReader stream sends bytes to forked jvm std-input-stream.classTestLessInputStreamDispatches commands without tests.classTestProvidingInputStreamAnInputStreamthat, when read, provides test class names out of a queue.Methods in org.apache.maven.plugin.surefire.booterclient.lazytestprovider that return NotifiableTestStream Modifier and Type Method Description NotifiableTestStreamTestLessInputStream.TestLessInputStreamBuilder. getCachableCommands()NotifiableTestStreamTestLessInputStream.TestLessInputStreamBuilder. getImmediateCommands() -
Uses of NotifiableTestStream in org.apache.maven.plugin.surefire.booterclient.output
Constructors in org.apache.maven.plugin.surefire.booterclient.output with parameters of type NotifiableTestStream Constructor Description ForkClient(DefaultReporterFactory defaultReporterFactory, NotifiableTestStream notifiableTestStream, org.apache.maven.plugin.surefire.log.api.ConsoleLogger log, java.util.concurrent.atomic.AtomicBoolean printedErrorStream)
-