Uses of Class
org.reactivestreams.tck.TestEnvironment.ManualSubscriber
-
Packages that use TestEnvironment.ManualSubscriber Package Description org.reactivestreams.tck -
-
Uses of TestEnvironment.ManualSubscriber in org.reactivestreams.tck
Subclasses of TestEnvironment.ManualSubscriber in org.reactivestreams.tck Modifier and Type Class Description classIdentityProcessorVerification.ManualSubscriberWithErrorCollection<A>static classTestEnvironment.BlackholeSubscriberWithSubscriptionSupport<T>Similar toTestEnvironment.ManualSubscriberWithSubscriptionSupportbut does not accumulate values signalled viaonNext, thus it can not be used to assert values signalled to this subscriber.static classTestEnvironment.ManualSubscriberWithSubscriptionSupport<T>Fields in org.reactivestreams.tck declared as TestEnvironment.ManualSubscriber Modifier and Type Field Description private TestEnvironment.ManualSubscriber<T>IdentityProcessorVerification.TestSetup. teesTestEnvironment.ManualSubscriber<T>SubscriberBlackboxVerification.BlackboxTestStage. teesTestEnvironment.ManualSubscriber<T>SubscriberWhiteboxVerification.WhiteboxTestStage. teesMethods in org.reactivestreams.tck that return TestEnvironment.ManualSubscriber Modifier and Type Method Description <T> TestEnvironment.ManualSubscriber<T>TestEnvironment. newBlackholeSubscriber(Publisher<T> pub)<T> TestEnvironment.ManualSubscriber<T>TestEnvironment. newManualSubscriber(Publisher<T> pub)<T> TestEnvironment.ManualSubscriber<T>TestEnvironment. newManualSubscriber(Publisher<T> pub, long timeoutMillis)TestEnvironment.ManualSubscriber<T>IdentityProcessorVerification.TestSetup. newSubscriber()Methods in org.reactivestreams.tck with parameters of type TestEnvironment.ManualSubscriber Modifier and Type Method Description voidIdentityProcessorVerification.TestSetup. expectNextElement(TestEnvironment.ManualSubscriber<T> sub, T expected)voidIdentityProcessorVerification.TestSetup. expectNextElement(TestEnvironment.ManualSubscriber<T> sub, T expected, java.lang.String errorMessageAddendum)
-