Uses of Interface
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.NotifiableTestStream
-
-
Uses of NotifiableTestStream in org.apache.maven.plugin.surefire.booterclient
Method parameters in org.apache.maven.plugin.surefire.booterclient with type arguments of type NotifiableTestStream Modifier and Type Method Description private static void
ForkStarter. notifyStreamsToSkipTests(java.util.Collection<? extends NotifiableTestStream> notifiableTestStreams)
-
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 class
AbstractCommandStream
Reader stream sends commands to forked jvm std-input-stream
.class
AbstractForkInputStream
Reader stream sends bytes to forked jvm std-input-stream
.class
TestLessInputStream
Dispatches commands without tests.private class
TestLessInputStream.TestLessInputStreamBuilder.CachableCommands
Event is persisted.private class
TestLessInputStream.TestLessInputStreamBuilder.ImmediateCommands
Event is called just now for all alive streams and command is not persisted.class
TestProvidingInputStream
AnInputStream
that, 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 NotifiableTestStream
TestLessInputStream.TestLessInputStreamBuilder. getCachableCommands()
NotifiableTestStream
TestLessInputStream.TestLessInputStreamBuilder. getImmediateCommands()
-
Uses of NotifiableTestStream in org.apache.maven.plugin.surefire.booterclient.output
Fields in org.apache.maven.plugin.surefire.booterclient.output declared as NotifiableTestStream Modifier and Type Field Description private NotifiableTestStream
ForkClient. notifiableTestStream
Constructors in org.apache.maven.plugin.surefire.booterclient.output with parameters of type NotifiableTestStream Constructor Description ForkClient(DefaultReporterFactory defaultReporterFactory, NotifiableTestStream notifiableTestStream, ConsoleLogger log, java.util.concurrent.atomic.AtomicBoolean printedErrorStream, int forkNumber)
-