Uses of Class
org.reactivestreams.tck.TestEnvironment.TestSubscriber
-
Packages that use TestEnvironment.TestSubscriber Package Description org.reactivestreams.tck -
-
Uses of TestEnvironment.TestSubscriber in org.reactivestreams.tck
Subclasses of TestEnvironment.TestSubscriber in org.reactivestreams.tck Modifier and Type Class Description classIdentityProcessorVerification.ManualSubscriberWithErrorCollection<A>static classTestEnvironment.BlackholeSubscriberWithSubscriptionSupport<T>Similar toTestEnvironment.ManualSubscriberWithSubscriptionSupportbut does not accumulate values signalled viaonNext, thus it can not be used to assert values signalled to this subscriber.static classTestEnvironment.ManualSubscriber<T>Subscriberimplementation which can be steered by test code and asserted on.static classTestEnvironment.ManualSubscriberWithSubscriptionSupport<T>Methods in org.reactivestreams.tck with parameters of type TestEnvironment.TestSubscriber Modifier and Type Method Description <T> voidTestEnvironment. subscribe(Publisher<T> pub, TestEnvironment.TestSubscriber<T> sub)<T> voidTestEnvironment. subscribe(Publisher<T> pub, TestEnvironment.TestSubscriber<T> sub, long timeoutMillis)
-