Class SubscriberWhiteboxVerification<T>

java.lang.Object
org.reactivestreams.tck.WithHelperPublisher<T>
org.reactivestreams.tck.SubscriberWhiteboxVerification<T>
All Implemented Interfaces:
SubscriberWhiteboxVerificationRules
Direct Known Subclasses:
FlowSubscriberWhiteboxVerification

public abstract class SubscriberWhiteboxVerification<T> extends WithHelperPublisher<T> implements SubscriberWhiteboxVerificationRules
Provides whitebox style tests for verifying Subscriber and Subscription specification rules.
See Also: