Package org.reactivestreams.tck
Class SubscriberWhiteboxVerification.WhiteboxTestStage
- java.lang.Object
- 
- org.reactivestreams.tck.TestEnvironment.ManualPublisher<T>
- 
- org.reactivestreams.tck.SubscriberWhiteboxVerification.WhiteboxTestStage
 
 
- 
- All Implemented Interfaces:
- org.reactivestreams.Publisher<T>
 - Enclosing class:
- SubscriberWhiteboxVerification<T>
 
 public class SubscriberWhiteboxVerification.WhiteboxTestStage extends TestEnvironment.ManualPublisher<T> 
- 
- 
Field SummaryFields Modifier and Type Field Description TlastTSubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T>probeorg.reactivestreams.Publisher<T>pubTestEnvironment.ManualSubscriber<T>tees- 
Fields inherited from class org.reactivestreams.tck.TestEnvironment.ManualPublishercancelled, env, pendingDemand, requests, subscriber
 
- 
 - 
Constructor SummaryConstructors Constructor Description WhiteboxTestStage(TestEnvironment env)WhiteboxTestStage(TestEnvironment env, boolean runDefaultInit)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.Publisher<T>createHelperPublisher(long elements)SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T>createWhiteboxSubscriberProbe(TestEnvironment env)TnextT()SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T>probe()SubscriberWhiteboxVerification.SubscriberPuppetpuppet()TsignalNext()org.reactivestreams.Subscriber<? super T>sub()voidverifyNoAsyncErrors()- 
Methods inherited from class org.reactivestreams.tck.TestEnvironment.ManualPublisherexpectCancelling, expectCancelling, expectExactRequest, expectExactRequest, expectNoRequest, expectNoRequest, expectRequest, expectRequest, expectRequest, isCancelled, sendCompletion, sendError, sendNext, subscribe
 
- 
 
- 
- 
- 
Field Detail- 
teespublic TestEnvironment.ManualSubscriber<T> tees 
 - 
probepublic SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T> probe 
 
- 
 - 
Constructor Detail- 
WhiteboxTestStagepublic WhiteboxTestStage(TestEnvironment env) throws java.lang.InterruptedException - Throws:
- java.lang.InterruptedException
 
 - 
WhiteboxTestStagepublic WhiteboxTestStage(TestEnvironment env, boolean runDefaultInit) throws java.lang.InterruptedException - Throws:
- java.lang.InterruptedException
 
 
- 
 - 
Method Detail- 
puppetpublic SubscriberWhiteboxVerification.SubscriberPuppet puppet() 
 - 
probepublic SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T> probe() 
 - 
createHelperPublisherpublic org.reactivestreams.Publisher<T> createHelperPublisher(long elements) 
 - 
createWhiteboxSubscriberProbepublic SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T> createWhiteboxSubscriberProbe(TestEnvironment env) 
 - 
signalNextpublic T signalNext() throws java.lang.InterruptedException - Throws:
- java.lang.InterruptedException
 
 - 
verifyNoAsyncErrorspublic void verifyNoAsyncErrors() 
 
- 
 
-