public abstract class IdentityProcessorVerification.TestSetup extends TestEnvironment.ManualPublisher<T>
cancelled, env, pendingDemand, requests, subscriber
Constructor and Description |
---|
TestSetup(TestEnvironment env,
int testBufferSize) |
Modifier and Type | Method and Description |
---|---|
void |
expectNextElement(TestEnvironment.ManualSubscriber<T> sub,
T expected) |
TestEnvironment.ManualSubscriber<T> |
newSubscriber() |
T |
nextT() |
T |
sendNextTFromUpstream() |
expectCancelling, expectCancelling, expectExactRequest, expectExactRequest, expectNoRequest, expectNoRequest, expectRequest, expectRequest, sendCompletion, sendError, sendNext, subscribe
public TestSetup(TestEnvironment env, int testBufferSize) throws java.lang.InterruptedException
java.lang.InterruptedException
public TestEnvironment.ManualSubscriber<T> newSubscriber() throws java.lang.InterruptedException
java.lang.InterruptedException
public void expectNextElement(TestEnvironment.ManualSubscriber<T> sub, T expected) throws java.lang.InterruptedException
java.lang.InterruptedException
public T sendNextTFromUpstream() throws java.lang.InterruptedException
java.lang.InterruptedException