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