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 TestEnvironment
IdentityProcessorVerification.env
private final TestEnvironment
PublisherVerification.env
protected final TestEnvironment
SubscriberBlackboxVerification.env
protected final TestEnvironment
SubscriberWhiteboxVerification.BlackboxProbe.env
private final TestEnvironment
SubscriberWhiteboxVerification.env
private final TestEnvironment
TestEnvironment.Latch.env
protected final TestEnvironment
TestEnvironment.ManualPublisher.env
private final TestEnvironment
TestEnvironment.Promise.env
private final TestEnvironment
TestEnvironment.Receptacle.env
protected final TestEnvironment
TestEnvironment.TestSubscriber.env
Methods 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 downstreamSubscription
is 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 downstreamSubscription
is 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 downstreamSubscription
is 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)
protected
protected
TestSetup
(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) protected
protected
IdentityFlowProcessorVerification
(TestEnvironment env, long publisherReferenceGCTimeoutMillis) IdentityFlowProcessorVerification
(TestEnvironment env, long publisherReferenceGCTimeoutMillis, int processorBufferSize)