Package org.reactivestreams.tck
Interface SubscriberWhiteboxVerification.SubscriberPuppeteer
-
- All Known Implementing Classes:
SubscriberWhiteboxVerification.WhiteboxSubscriberProbe
- Enclosing class:
- SubscriberWhiteboxVerification<T>
public static interface SubscriberWhiteboxVerification.SubscriberPuppeteer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerOnSubscribe(SubscriberWhiteboxVerification.SubscriberPuppet puppet)
Must be called by the test subscriber when it has successfully registered a subscription inside the `onSubscribe` method.
-
-
-
Method Detail
-
registerOnSubscribe
void registerOnSubscribe(SubscriberWhiteboxVerification.SubscriberPuppet puppet)
Must be called by the test subscriber when it has successfully registered a subscription inside the `onSubscribe` method.
-
-