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