Uses of Class
org.reactivestreams.tck.TestEnvironment.TestSubscriber
Packages that use TestEnvironment.TestSubscriber
-
Uses of TestEnvironment.TestSubscriber in org.reactivestreams.tck
Subclasses of TestEnvironment.TestSubscriber in org.reactivestreams.tckModifier and TypeClassDescriptionclass
static class
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
Subscriber
implementation which can be steered by test code and asserted on.static class
Methods in org.reactivestreams.tck with parameters of type TestEnvironment.TestSubscriberModifier and TypeMethodDescription<T> void
TestEnvironment.subscribe
(Publisher<T> pub, TestEnvironment.TestSubscriber<T> sub) <T> void
TestEnvironment.subscribe
(Publisher<T> pub, TestEnvironment.TestSubscriber<T> sub, long timeoutMillis)