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 voidPublisherVerification. activePublisherTest(long elements, boolean completionSignalRequired, PublisherVerification.PublisherTestRun<T> body)Test for feature that SHOULD/MUST be implemented, using a live publisher.voidPublisherVerification. optionalActivePublisherTest(long elements, boolean completionSignalRequired, PublisherVerification.PublisherTestRun<T> body)Test for feature that MAY be implemented.voidPublisherVerification. potentiallyPendingTest(Publisher<T> pub, PublisherVerification.PublisherTestRun<T> body)voidPublisherVerification. potentiallyPendingTest(Publisher<T> pub, PublisherVerification.PublisherTestRun<T> body, java.lang.String message)voidPublisherVerification. whenHasErrorPublisherTest(PublisherVerification.PublisherTestRun<T> body)Additional test for Publisher in error state
-