Uses of Interface
org.reactivestreams.tck.flow.support.SubscriberBlackboxVerificationRules
-
Packages that use SubscriberBlackboxVerificationRules Package Description org.reactivestreams.tck org.reactivestreams.tck.flow -
-
Uses of SubscriberBlackboxVerificationRules in org.reactivestreams.tck
Classes in org.reactivestreams.tck that implement SubscriberBlackboxVerificationRules Modifier and Type Class Description class
SubscriberBlackboxVerification<T>
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 SubscriberBlackboxVerificationRules Modifier and Type Class Description class
FlowSubscriberBlackboxVerification<T>
Provides tests for verifyingFlow.Subscriber
andFlow.Subscription
specification rules, without any modifications to the tested implementation (also known as "Black Box" testing).
-