Package org.reactivestreams.tck
package org.reactivestreams.tck
-
ClassDescriptionProvides tests for verifying
Publisherspecification rules.////////////////// TEST INFRASTRUCTURE /////////////////////////////////Provides tests for verifyingSubscriberandSubscriptionspecification rules, without any modifications to the tested implementation (also known as "Black Box" testing).Provides whitebox style tests for verifyingSubscriberandSubscriptionspecification rules.This class is intented to be used asSubscriberdecorator and should be used inpub.subscriber(...)calls, in order to allow intercepting calls on the underlyingSubscriber.Implement this puppet in your Whitebox style tests.Similar toTestEnvironment.ManualSubscriberWithSubscriptionSupportbut does not accumulate values signalled viaonNext, thus it can not be used to assert values signalled to this subscriber.Like a CountDownLatch, but resettable and with some convenience methodsSubscriberimplementation which can be steered by test code and asserted on.Type which is able to create elements based on a seedidvalue.