- completedPublisherTest(PublisherVerification.PublisherTestRun<T>) - Method in class org.reactivestreams.tck.PublisherVerification
-
- createCompletedStatePublisher() - Method in class org.reactivestreams.tck.IdentityProcessorVerification
-
Return a Publisher in completed state in order to run additional tests on it,
or null in order to skip them.
- createCompletedStatePublisher() - Method in class org.reactivestreams.tck.PublisherVerification
-
Return a Publisher in completed state in order to run additional tests on it,
or null in order to skip them.
- createErrorStatePublisher() - Method in class org.reactivestreams.tck.IdentityProcessorVerification
-
Return a Publisher in error state in order to run additional tests on it,
or null in order to skip them.
- createErrorStatePublisher() - Method in class org.reactivestreams.tck.PublisherVerification
-
Return a Publisher in error state in order to run additional tests on it,
or null in order to skip them.
- createHelperPublisher(int) - Method in class org.reactivestreams.tck.IdentityProcessorVerification
-
Helper method required for running the Publisher rules against a Processor.
- createIdentityProcessor(int) - Method in class org.reactivestreams.tck.IdentityProcessorVerification
-
This is the main method you must implement in your test incarnation.
- createPublisher(int) - Method in class org.reactivestreams.tck.IdentityProcessorVerification
-
- createPublisher(int) - Method in class org.reactivestreams.tck.PublisherVerification
-
This is the main method you must implement in your test incarnation.
- createPublisher3MustProduceAStreamOfExactly3Elements() - Method in class org.reactivestreams.tck.IdentityProcessorVerification
-
- createPublisher3MustProduceAStreamOfExactly3Elements() - Method in class org.reactivestreams.tck.PublisherVerification
-
- createSubscriber(SubscriberVerification.SubscriberProbe<T>) - Method in class org.reactivestreams.tck.IdentityProcessorVerification
-