Uses of Class
org.reactivestreams.tck.TestEnvironment
Packages that use TestEnvironment
-
Uses of TestEnvironment in org.reactivestreams.tck
Fields in org.reactivestreams.tck declared as TestEnvironmentModifier and TypeFieldDescriptionprivate final TestEnvironmentIdentityProcessorVerification.envprivate final TestEnvironmentPublisherVerification.envprotected final TestEnvironmentSubscriberBlackboxVerification.envprotected final TestEnvironmentSubscriberWhiteboxVerification.BlackboxProbe.envprivate final TestEnvironmentSubscriberWhiteboxVerification.envprivate final TestEnvironmentTestEnvironment.Latch.envprotected final TestEnvironmentTestEnvironment.ManualPublisher.envprivate final TestEnvironmentTestEnvironment.Promise.envprivate final TestEnvironmentTestEnvironment.Receptacle.envprotected final TestEnvironmentTestEnvironment.TestSubscriber.envMethods in org.reactivestreams.tck with parameters of type TestEnvironmentModifier and TypeMethodDescriptionstatic <T> TestEnvironment.Promise<T> TestEnvironment.Promise.completed(TestEnvironment env, T value) SubscriberBlackboxVerification.BlackboxTestStage.createBlackboxSubscriberProxy(TestEnvironment env, Subscriber<T> sub) SubscriberWhiteboxVerification.WhiteboxTestStage.createWhiteboxSubscriberProbe(TestEnvironment env) Constructors in org.reactivestreams.tck with parameters of type TestEnvironmentModifierConstructorDescriptionBlackboxProbe(TestEnvironment env, TestEnvironment.Promise<Subscriber<? super T>> subscriber) BlackboxSubscriberProxy(TestEnvironment env, Subscriber<T> subscriber) BlackboxTestStage(TestEnvironment env, boolean runDefaultInit) Test class must specify the expected time it takes for the publisher to shut itself down when the the last downstreamSubscriptionis cancelled.IdentityProcessorVerification(TestEnvironment env, long publisherReferenceGCTimeoutMillis) Test class must specify the expected time it takes for the publisher to shut itself down when the the last downstreamSubscriptionis cancelled.IdentityProcessorVerification(TestEnvironment env, long publisherReferenceGCTimeoutMillis, int processorBufferSize) Test class must specify the expected time it takes for the publisher to shut itself down when the the last downstreamSubscriptionis cancelled.Latch(TestEnvironment env) Promise(TestEnvironment env) Constructs a new verification class using the given env and configuration.PublisherVerification(TestEnvironment env, long publisherReferenceGCTimeoutMillis) Constructs a new verification class using the given env and configuration.(package private)protectedprotectedTestSetup(TestEnvironment env, int testBufferSize) WhiteboxSubscriberProbe(TestEnvironment env, TestEnvironment.Promise<Subscriber<? super T>> subscriber) WhiteboxTestStage(TestEnvironment env, boolean runDefaultInit) -
Uses of TestEnvironment in org.reactivestreams.tck.flow
Constructors in org.reactivestreams.tck.flow with parameters of type TestEnvironmentModifierConstructorDescriptionFlowPublisherVerification(TestEnvironment env, long publisherReferenceGCTimeoutMillis) protectedprotectedIdentityFlowProcessorVerification(TestEnvironment env, long publisherReferenceGCTimeoutMillis) IdentityFlowProcessorVerification(TestEnvironment env, long publisherReferenceGCTimeoutMillis, int processorBufferSize)