Uses of Interface
org.reactivestreams.tck.PublisherVerification.PublisherTestRun
Packages that use PublisherVerification.PublisherTestRun
-
Uses of PublisherVerification.PublisherTestRun in org.reactivestreams.tck
Methods in org.reactivestreams.tck with parameters of type PublisherVerification.PublisherTestRunModifier and TypeMethodDescriptionvoidPublisherVerification.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, String message) voidPublisherVerification.whenHasErrorPublisherTest(PublisherVerification.PublisherTestRun<T> body) Additional test for Publisher in error state