Uses of Class
org.reactivestreams.tck.TestEnvironment.ManualSubscriber
Packages that use TestEnvironment.ManualSubscriber
-
Uses of TestEnvironment.ManualSubscriber in org.reactivestreams.tck
Subclasses of TestEnvironment.ManualSubscriber in org.reactivestreams.tckModifier 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.static class
Fields in org.reactivestreams.tck declared as TestEnvironment.ManualSubscriberModifier and TypeFieldDescriptionprivate final TestEnvironment.ManualSubscriber
<T> IdentityProcessorVerification.TestSetup.tees
SubscriberBlackboxVerification.BlackboxTestStage.tees
SubscriberWhiteboxVerification.WhiteboxTestStage.tees
Methods in org.reactivestreams.tck that return TestEnvironment.ManualSubscriberModifier and TypeMethodDescriptionTestEnvironment.newBlackholeSubscriber
(Publisher<T> pub) TestEnvironment.newManualSubscriber
(Publisher<T> pub) TestEnvironment.newManualSubscriber
(Publisher<T> pub, long timeoutMillis) IdentityProcessorVerification.TestSetup.newSubscriber()
Methods in org.reactivestreams.tck with parameters of type TestEnvironment.ManualSubscriberModifier and TypeMethodDescriptionvoid
IdentityProcessorVerification.TestSetup.expectNextElement
(TestEnvironment.ManualSubscriber<T> sub, T expected) void
IdentityProcessorVerification.TestSetup.expectNextElement
(TestEnvironment.ManualSubscriber<T> sub, T expected, String errorMessageAddendum)