Uses of Interface
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.NotifiableTestStream
Packages that use NotifiableTestStream
Package
Description
-
Uses of NotifiableTestStream in org.apache.maven.plugin.surefire.booterclient
Method parameters in org.apache.maven.plugin.surefire.booterclient with type arguments of type NotifiableTestStreamModifier and TypeMethodDescriptionprivate static void
ForkStarter.notifyStreamsToSkipTests
(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 NotifiableTestStreamModifier and TypeClassDescriptionclass
Stream reader returns bytes which are finally sent to the forked jvm std-input-stream.class
Reader stream sends commands to forked jvm std-input-stream
.final class
Dispatches commands without tests.private final class
Event is persisted.private final class
Event is called just now for all alive streams and command is not persisted.final class
AnInputStream
that, when read, provides test class names out of a queue.Methods in org.apache.maven.plugin.surefire.booterclient.lazytestprovider that return NotifiableTestStreamModifier and TypeMethodDescriptionTestLessInputStream.TestLessInputStreamBuilder.getCachableCommands()
Cached commands are sent to all alive or future alive forks.TestLessInputStream.TestLessInputStreamBuilder.getImmediateCommands()
Onlynoop()
andshutdown(Shutdown)
are supported. -
Uses of NotifiableTestStream in org.apache.maven.plugin.surefire.booterclient.output
Fields in org.apache.maven.plugin.surefire.booterclient.output declared as NotifiableTestStreamModifier and TypeFieldDescriptionprivate final NotifiableTestStream
ForkClient.notifiableTestStream
Constructors in org.apache.maven.plugin.surefire.booterclient.output with parameters of type NotifiableTestStreamModifierConstructorDescriptionForkClient
(DefaultReporterFactory defaultReporterFactory, NotifiableTestStream notifiableTestStream, int forkNumber)