Uses of Interface
org.reactivestreams.tck.flow.support.SubscriberBlackboxVerificationRules
Packages that use SubscriberBlackboxVerificationRules
-
Uses of SubscriberBlackboxVerificationRules in org.reactivestreams.tck
Classes in org.reactivestreams.tck that implement SubscriberBlackboxVerificationRulesModifier and TypeClassDescriptionclass
Provides tests for verifyingSubscriber
andSubscription
specification rules, without any modifications to the tested implementation (also known as "Black Box" testing). -
Uses of SubscriberBlackboxVerificationRules in org.reactivestreams.tck.flow
Classes in org.reactivestreams.tck.flow that implement SubscriberBlackboxVerificationRulesModifier and TypeClassDescriptionclass
Provides tests for verifyingFlow.Subscriber
andFlow.Subscription
specification rules, without any modifications to the tested implementation (also known as "Black Box" testing).