Package org.reactivestreams.tck
Interface SubscriberWhiteboxVerification.SubscriberPuppeteer
- All Known Implementing Classes:
SubscriberWhiteboxVerification.WhiteboxSubscriberProbe
- Enclosing class:
SubscriberWhiteboxVerification<T>
public static interface SubscriberWhiteboxVerification.SubscriberPuppeteer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Must be called by the test subscriber when it has successfully registered a subscription inside the `onSubscribe` method.
-
Method Details
-
registerOnSubscribe
Must be called by the test subscriber when it has successfully registered a subscription inside the `onSubscribe` method.
-