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 voidForkStarter. 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 classAbstractCommandReaderStream reader returns bytes which are finally sent to the forked jvm std-input-stream.classDefaultCommandReaderReader stream sends commands to forked jvm std-input-stream.classTestLessInputStreamDispatches commands without tests.private classTestLessInputStream.TestLessInputStreamBuilder.CachableCommandsEvent is persisted.private classTestLessInputStream.TestLessInputStreamBuilder.ImmediateCommandsEvent is called just now for all alive streams and command is not persisted.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()Cached commands are sent to all alive or future alive forks.NotifiableTestStreamTestLessInputStream.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 NotifiableTestStream Modifier and Type Field Description private NotifiableTestStreamForkClient. notifiableTestStreamConstructors in org.apache.maven.plugin.surefire.booterclient.output with parameters of type NotifiableTestStream Constructor Description ForkClient(DefaultReporterFactory defaultReporterFactory, NotifiableTestStream notifiableTestStream, int forkNumber)
-