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 TypeClassDescriptionclassstatic classSimilar toTestEnvironment.ManualSubscriberWithSubscriptionSupportbut does not accumulate values signalled viaonNext, thus it can not be used to assert values signalled to this subscriber.static classFields in org.reactivestreams.tck declared as TestEnvironment.ManualSubscriberModifier and TypeFieldDescriptionprivate final TestEnvironment.ManualSubscriber<T> IdentityProcessorVerification.TestSetup.teesSubscriberBlackboxVerification.BlackboxTestStage.teesSubscriberWhiteboxVerification.WhiteboxTestStage.teesMethods 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 TypeMethodDescriptionvoidIdentityProcessorVerification.TestSetup.expectNextElement(TestEnvironment.ManualSubscriber<T> sub, T expected) voidIdentityProcessorVerification.TestSetup.expectNextElement(TestEnvironment.ManualSubscriber<T> sub, T expected, String errorMessageAddendum)