Uses of Class
org.reactivestreams.tck.SubscriberBlackboxVerification
-
Packages that use SubscriberBlackboxVerification Package Description org.reactivestreams.tck.flow -
-
Uses of SubscriberBlackboxVerification in org.reactivestreams.tck.flow
Subclasses of SubscriberBlackboxVerification in org.reactivestreams.tck.flow 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).
-