Uses of Class
org.reactivestreams.tck.TestEnvironment.ManualSubscriberWithSubscriptionSupport
-
Packages that use TestEnvironment.ManualSubscriberWithSubscriptionSupport Package Description org.reactivestreams.tck -
-
Uses of TestEnvironment.ManualSubscriberWithSubscriptionSupport in org.reactivestreams.tck
Subclasses of TestEnvironment.ManualSubscriberWithSubscriptionSupport 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.
-