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 class
IdentityProcessorVerification.ManualSubscriberWithErrorCollection<A>
static class
TestEnvironment.BlackholeSubscriberWithSubscriptionSupport<T>
Similar toTestEnvironment.ManualSubscriberWithSubscriptionSupport
but does not accumulate values signalled viaonNext
, thus it can not be used to assert values signalled to this subscriber.static class
TestEnvironment.ManualSubscriber<T>
Subscriber
implementation which can be steered by test code and asserted on.static class
TestEnvironment.ManualSubscriberWithSubscriptionSupport<T>
Methods in org.reactivestreams.tck with parameters of type TestEnvironment.TestSubscriber Modifier and Type Method Description <T> void
TestEnvironment. subscribe(Publisher<T> pub, TestEnvironment.TestSubscriber<T> sub)
<T> void
TestEnvironment. subscribe(Publisher<T> pub, TestEnvironment.TestSubscriber<T> sub, long timeoutMillis)
-