Uses of Interface
org.reactivestreams.tck.PublisherVerification.PublisherTestRun
-
Packages that use PublisherVerification.PublisherTestRun Package Description org.reactivestreams.tck -
-
Uses of PublisherVerification.PublisherTestRun in org.reactivestreams.tck
Methods in org.reactivestreams.tck with parameters of type PublisherVerification.PublisherTestRun Modifier and Type Method Description void
PublisherVerification. activePublisherTest(long elements, boolean completionSignalRequired, PublisherVerification.PublisherTestRun<T> body)
Test for feature that SHOULD/MUST be implemented, using a live publisher.void
PublisherVerification. optionalActivePublisherTest(long elements, boolean completionSignalRequired, PublisherVerification.PublisherTestRun<T> body)
Test for feature that MAY be implemented.void
PublisherVerification. potentiallyPendingTest(Publisher<T> pub, PublisherVerification.PublisherTestRun<T> body)
void
PublisherVerification. potentiallyPendingTest(Publisher<T> pub, PublisherVerification.PublisherTestRun<T> body, java.lang.String message)
void
PublisherVerification. whenHasErrorPublisherTest(PublisherVerification.PublisherTestRun<T> body)
Additional test for Publisher in error state
-