Uses of Interface
org.reactivestreams.tck.SubscriberWhiteboxVerification.SubscriberPuppet
-
Packages that use SubscriberWhiteboxVerification.SubscriberPuppet Package Description org.reactivestreams.tck -
-
Uses of SubscriberWhiteboxVerification.SubscriberPuppet in org.reactivestreams.tck
Fields in org.reactivestreams.tck with type parameters of type SubscriberWhiteboxVerification.SubscriberPuppet Modifier and Type Field Description protected TestEnvironment.Promise<SubscriberWhiteboxVerification.SubscriberPuppet>
SubscriberWhiteboxVerification.WhiteboxSubscriberProbe. puppet
Methods in org.reactivestreams.tck that return SubscriberWhiteboxVerification.SubscriberPuppet Modifier and Type Method Description private SubscriberWhiteboxVerification.SubscriberPuppet
SubscriberWhiteboxVerification.WhiteboxSubscriberProbe. puppet()
SubscriberWhiteboxVerification.SubscriberPuppet
SubscriberWhiteboxVerification.WhiteboxTestStage. puppet()
Methods in org.reactivestreams.tck with parameters of type SubscriberWhiteboxVerification.SubscriberPuppet Modifier and Type Method Description void
SubscriberWhiteboxVerification.SubscriberPuppeteer. registerOnSubscribe(SubscriberWhiteboxVerification.SubscriberPuppet puppet)
Must be called by the test subscriber when it has successfully registered a subscription inside the `onSubscribe` method.void
SubscriberWhiteboxVerification.WhiteboxSubscriberProbe. registerOnSubscribe(SubscriberWhiteboxVerification.SubscriberPuppet p)
-