C F I O T 

C

createFailedFlowPublisher() - Method in class org.reactivestreams.tck.flow.FlowPublisherVerification
By implementing this method, additional TCK tests concerning a "failed" publishers will be run.
createFailedFlowPublisher() - Method in class org.reactivestreams.tck.flow.IdentityFlowProcessorVerification
By implementing this method, additional TCK tests concerning a "failed" Flow publishers will be run.
createFailedPublisher() - Method in class org.reactivestreams.tck.flow.FlowPublisherVerification
 
createFailedPublisher() - Method in class org.reactivestreams.tck.flow.IdentityFlowProcessorVerification
 
createFlowPublisher(long) - Method in class org.reactivestreams.tck.flow.FlowPublisherVerification
This is the main method you must implement in your test incarnation.
createFlowSubscriber() - Method in class org.reactivestreams.tck.flow.FlowSubscriberBlackboxVerification
This is the main method you must implement in your test incarnation.
createFlowSubscriber(SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T>) - Method in class org.reactivestreams.tck.flow.FlowSubscriberWhiteboxVerification
This is the main method you must implement in your test incarnation.
createIdentityFlowProcessor(int) - Method in class org.reactivestreams.tck.flow.IdentityFlowProcessorVerification
This is the main method you must implement in your test incarnation.
createIdentityProcessor(int) - Method in class org.reactivestreams.tck.flow.IdentityFlowProcessorVerification
 
createPublisher(long) - Method in class org.reactivestreams.tck.flow.FlowPublisherVerification
 
createSubscriber() - Method in class org.reactivestreams.tck.flow.FlowSubscriberBlackboxVerification
 
createSubscriber(SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T>) - Method in class org.reactivestreams.tck.flow.FlowSubscriberWhiteboxVerification
 

F

FlowPublisherVerification<T> - Class in org.reactivestreams.tck.flow
Provides tests for verifying a Java 9+ Flow.Publisher specification rules.
FlowPublisherVerification(TestEnvironment) - Constructor for class org.reactivestreams.tck.flow.FlowPublisherVerification
 
FlowPublisherVerification(TestEnvironment, long) - Constructor for class org.reactivestreams.tck.flow.FlowPublisherVerification
 
FlowSubscriberBlackboxVerification<T> - Class in org.reactivestreams.tck.flow
Provides tests for verifying Flow.Subscriber and Flow.Subscription specification rules, without any modifications to the tested implementation (also known as "Black Box" testing).
FlowSubscriberBlackboxVerification(TestEnvironment) - Constructor for class org.reactivestreams.tck.flow.FlowSubscriberBlackboxVerification
 
FlowSubscriberWhiteboxVerification<T> - Class in org.reactivestreams.tck.flow
Provides whitebox style tests for verifying Flow.Subscriber and Flow.Subscription specification rules.
FlowSubscriberWhiteboxVerification(TestEnvironment) - Constructor for class org.reactivestreams.tck.flow.FlowSubscriberWhiteboxVerification
 

I

IdentityFlowProcessorVerification<T> - Class in org.reactivestreams.tck.flow
 
IdentityFlowProcessorVerification(TestEnvironment) - Constructor for class org.reactivestreams.tck.flow.IdentityFlowProcessorVerification
 
IdentityFlowProcessorVerification(TestEnvironment, long) - Constructor for class org.reactivestreams.tck.flow.IdentityFlowProcessorVerification
 
IdentityFlowProcessorVerification(TestEnvironment, long, int) - Constructor for class org.reactivestreams.tck.flow.IdentityFlowProcessorVerification
 

O

org.reactivestreams.tck.flow - package org.reactivestreams.tck.flow
 

T

triggerFlowRequest(Flow.Subscriber<? super T>) - Method in class org.reactivestreams.tck.flow.FlowSubscriberBlackboxVerification
Override this method if the Flow.Subscriber implementation you are verifying needs an external signal before it signals demand to its Publisher.
triggerRequest(Subscriber<? super T>) - Method in class org.reactivestreams.tck.flow.FlowSubscriberBlackboxVerification
 
C F I O T 
Skip navigation links