Uses of Package
org.reactivestreams.tck
Packages that use org.reactivestreams.tck
-
Classes in org.reactivestreams.tck used by org.reactivestreams.tckClassDescriptionProvides tests for verifying
Publisherspecification rules.////////////////// TEST INFRASTRUCTURE ///////////////////////////////////////////////////// TEST INFRASTRUCTURE /////////////////////////////////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.//////////////////// TEST INFRASTRUCTURE /////////////////////////////////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. -
Classes in org.reactivestreams.tck used by org.reactivestreams.tck.flowClassDescriptionProvides tests for verifying
Publisherspecification rules.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.Type which is able to create elements based on a seedidvalue.