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. puppetMethods in org.reactivestreams.tck that return SubscriberWhiteboxVerification.SubscriberPuppet Modifier and Type Method Description private SubscriberWhiteboxVerification.SubscriberPuppetSubscriberWhiteboxVerification.WhiteboxSubscriberProbe. puppet()SubscriberWhiteboxVerification.SubscriberPuppetSubscriberWhiteboxVerification.WhiteboxTestStage. puppet()Methods in org.reactivestreams.tck with parameters of type SubscriberWhiteboxVerification.SubscriberPuppet Modifier and Type Method Description voidSubscriberWhiteboxVerification.SubscriberPuppeteer. registerOnSubscribe(SubscriberWhiteboxVerification.SubscriberPuppet puppet)Must be called by the test subscriber when it has successfully registered a subscription inside the `onSubscribe` method.voidSubscriberWhiteboxVerification.WhiteboxSubscriberProbe. registerOnSubscribe(SubscriberWhiteboxVerification.SubscriberPuppet p)
-