Uses of Class
org.reactivestreams.tck.SubscriberWhiteboxVerification.WhiteboxSubscriberProbe
Packages that use SubscriberWhiteboxVerification.WhiteboxSubscriberProbe
-
Uses of SubscriberWhiteboxVerification.WhiteboxSubscriberProbe in org.reactivestreams.tck
Fields in org.reactivestreams.tck declared as SubscriberWhiteboxVerification.WhiteboxSubscriberProbeMethods in org.reactivestreams.tck that return SubscriberWhiteboxVerification.WhiteboxSubscriberProbeModifier and TypeMethodDescriptionSubscriberWhiteboxVerification.WhiteboxTestStage.createWhiteboxSubscriberProbe
(TestEnvironment env) SubscriberWhiteboxVerification.WhiteboxTestStage.probe()
Methods in org.reactivestreams.tck with parameters of type SubscriberWhiteboxVerification.WhiteboxSubscriberProbeModifier and TypeMethodDescriptionIdentityProcessorVerification.createSubscriber
(SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T> probe) abstract Subscriber
<T> SubscriberWhiteboxVerification.createSubscriber
(SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T> probe) This is the main method you must implement in your test incarnation. -
Uses of SubscriberWhiteboxVerification.WhiteboxSubscriberProbe in org.reactivestreams.tck.flow
Methods in org.reactivestreams.tck.flow with parameters of type SubscriberWhiteboxVerification.WhiteboxSubscriberProbeModifier and TypeMethodDescriptionprotected abstract Flow.Subscriber
<T> FlowSubscriberWhiteboxVerification.createFlowSubscriber
(SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T> probe) This is the main method you must implement in your test incarnation.final Subscriber
<T> FlowSubscriberWhiteboxVerification.createSubscriber
(SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T> probe)