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 classSubscriberBlackboxVerification<T>Provides tests for verifyingSubscriberandSubscriptionspecification 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 classFlowSubscriberBlackboxVerification<T>Provides tests for verifyingFlow.SubscriberandFlow.Subscriptionspecification rules, without any modifications to the tested implementation (also known as "Black Box" testing).
-