Class TestEnvironment.BlackholeSubscriberWithSubscriptionSupport<T>

All Implemented Interfaces:
Subscriber<T>
Enclosing class:
TestEnvironment

public static class TestEnvironment.BlackholeSubscriberWithSubscriptionSupport<T> extends TestEnvironment.ManualSubscriberWithSubscriptionSupport<T>
Similar to TestEnvironment.ManualSubscriberWithSubscriptionSupport but does not accumulate values signalled via onNext, thus it can not be used to assert values signalled to this subscriber. Instead it may be used to quickly drain a given publisher.