Package org.reactivestreams.tck.flow
-
Class Summary Class Description FlowPublisherVerification<T> Provides tests for verifying a Java 9+Flow.Publisher
specification rules.FlowSubscriberBlackboxVerification<T> Provides tests for verifyingFlow.Subscriber
andFlow.Subscription
specification rules, without any modifications to the tested implementation (also known as "Black Box" testing).FlowSubscriberWhiteboxVerification<T> Provides whitebox style tests for verifyingFlow.Subscriber
andFlow.Subscription
specification rules.IdentityFlowProcessorVerification<T>