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 TypeClassDescriptionclassstatic classSimilar toTestEnvironment.ManualSubscriberWithSubscriptionSupportbut does not accumulate values signalled viaonNext, thus it can not be used to assert values signalled to this subscriber.static classSubscriberimplementation which can be steered by test code and asserted on.static classMethods in org.reactivestreams.tck with parameters of type TestEnvironment.TestSubscriberModifier and TypeMethodDescription<T> voidTestEnvironment.subscribe(Publisher<T> pub, TestEnvironment.TestSubscriber<T> sub) <T> voidTestEnvironment.subscribe(Publisher<T> pub, TestEnvironment.TestSubscriber<T> sub, long timeoutMillis)