Class FlowSubscriberWhiteboxVerification<T>

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

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