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
Publisher
specification rules.Provides whitebox style tests for verifyingSubscriber
andSubscription
specification rules.This class is intented to be used asSubscriber
decorator and should be used inpub.subscriber(...)
calls, in order to allow intercepting calls on the underlyingSubscriber
.Implement this puppet in your Whitebox style tests.Like a CountDownLatch, but resettable and with some convenience methodsSubscriber
implementation which can be steered by test code and asserted on.Type which is able to create elements based on a seedid
value. -
Classes in org.reactivestreams.tck used by org.reactivestreams.tck.flowClassDescriptionProvides tests for verifying
Publisher
specification rules.Provides tests for verifyingSubscriber
andSubscription
specification rules, without any modifications to the tested implementation (also known as "Black Box" testing).Provides whitebox style tests for verifyingSubscriber
andSubscription
specification rules.Type which is able to create elements based on a seedid
value.