Uses of Class
org.reactivestreams.tck.TestEnvironment
-
Packages that use TestEnvironment Package Description org.reactivestreams.tck org.reactivestreams.tck.flow -
-
Uses of TestEnvironment in org.reactivestreams.tck
Fields in org.reactivestreams.tck declared as TestEnvironment Modifier and Type Field Description private TestEnvironment
IdentityProcessorVerification. env
private TestEnvironment
PublisherVerification. env
protected TestEnvironment
SubscriberBlackboxVerification. env
protected TestEnvironment
SubscriberWhiteboxVerification.BlackboxProbe. env
private TestEnvironment
SubscriberWhiteboxVerification. env
private TestEnvironment
TestEnvironment.Latch. env
protected TestEnvironment
TestEnvironment.ManualPublisher. env
private TestEnvironment
TestEnvironment.Promise. env
private TestEnvironment
TestEnvironment.Receptacle. env
protected TestEnvironment
TestEnvironment.TestSubscriber. env
Methods in org.reactivestreams.tck with parameters of type TestEnvironment Modifier and Type Method Description static <T> TestEnvironment.Promise<T>
TestEnvironment.Promise. completed(TestEnvironment env, T value)
SubscriberWhiteboxVerification.BlackboxSubscriberProxy<T>
SubscriberBlackboxVerification.BlackboxTestStage. createBlackboxSubscriberProxy(TestEnvironment env, Subscriber<T> sub)
SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T>
SubscriberWhiteboxVerification.WhiteboxTestStage. createWhiteboxSubscriberProbe(TestEnvironment env)
Constructors in org.reactivestreams.tck with parameters of type TestEnvironment Constructor Description BlackboxProbe(TestEnvironment env, TestEnvironment.Promise<Subscriber<? super T>> subscriber)
BlackboxSubscriberProxy(TestEnvironment env, Subscriber<T> subscriber)
BlackboxTestStage(TestEnvironment env)
BlackboxTestStage(TestEnvironment env, boolean runDefaultInit)
BlackholeSubscriberWithSubscriptionSupport(TestEnvironment env)
IdentityProcessorVerification(TestEnvironment env)
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)
ManualPublisher(TestEnvironment env)
ManualSubscriber(TestEnvironment env)
ManualSubscriberWithErrorCollection(TestEnvironment env)
ManualSubscriberWithSubscriptionSupport(TestEnvironment env)
Promise(TestEnvironment env)
PublisherVerification(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.Receptacle(TestEnvironment env)
SubscriberBlackboxVerification(TestEnvironment env)
SubscriberWhiteboxVerification(TestEnvironment env)
TestSetup(TestEnvironment env, int testBufferSize)
TestSubscriber(TestEnvironment env)
WhiteboxSubscriberProbe(TestEnvironment env, TestEnvironment.Promise<Subscriber<? super T>> subscriber)
WhiteboxTestStage(TestEnvironment env)
WhiteboxTestStage(TestEnvironment env, boolean runDefaultInit)
-
Uses of TestEnvironment in org.reactivestreams.tck.flow
Constructors in org.reactivestreams.tck.flow with parameters of type TestEnvironment Constructor Description FlowPublisherVerification(TestEnvironment env)
FlowPublisherVerification(TestEnvironment env, long publisherReferenceGCTimeoutMillis)
FlowSubscriberBlackboxVerification(TestEnvironment env)
FlowSubscriberWhiteboxVerification(TestEnvironment env)
IdentityFlowProcessorVerification(TestEnvironment env)
IdentityFlowProcessorVerification(TestEnvironment env, long publisherReferenceGCTimeoutMillis)
IdentityFlowProcessorVerification(TestEnvironment env, long publisherReferenceGCTimeoutMillis, int processorBufferSize)
-