public class FluxBufferTimeoutTest
extends java.lang.Object
构造器和说明 |
---|
FluxBufferTimeoutTest() |
限定符和类型 | 方法和说明 |
---|---|
void |
bufferWithTimeoutAccumulateOnSize() |
void |
bufferWithTimeoutAccumulateOnTime() |
void |
bufferWithTimeoutThrowingExceptionOnTimeOrSizeIfDownstreamDemandIsLow() |
void |
discardOnCancel() |
void |
discardOnError() |
void |
discardOnFlushWithoutRequest() |
void |
discardOnTimerRejected() |
void |
downstreamDemandShouldBeAbleToDecreaseOnFullBuffer() |
void |
downstreamDemandShouldBeAbleToDecreaseOnTimeSpan() |
void |
exceedingUpstreamDemandResultsInError() |
void |
flushShouldNotRaceWithNext() |
void |
rejectedOnNextLeadsToOnError() |
void |
requestedFromUpstreamShouldNotExceedDownstreamDemand() |
void |
scanOperator() |
void |
scanSubscriber() |
void |
scanSubscriberCancelled() |
void |
shouldShowActualSubscriberDemand() |
void |
tearDown() |
@AfterEach public void tearDown()
@Test public void bufferWithTimeoutAccumulateOnSize()
@Test public void bufferWithTimeoutAccumulateOnTime()
@Test public void bufferWithTimeoutThrowingExceptionOnTimeOrSizeIfDownstreamDemandIsLow()
@Test public void scanSubscriber()
@Test public void scanOperator()
@Test public void shouldShowActualSubscriberDemand()
@Test public void downstreamDemandShouldBeAbleToDecreaseOnFullBuffer()
@Test public void downstreamDemandShouldBeAbleToDecreaseOnTimeSpan()
@Test public void requestedFromUpstreamShouldNotExceedDownstreamDemand()
@Test public void exceedingUpstreamDemandResultsInError()
@Test public void scanSubscriberCancelled()
@Test public void flushShouldNotRaceWithNext()
@Test public void rejectedOnNextLeadsToOnError()
@Test public void discardOnCancel()
@Test public void discardOnFlushWithoutRequest()
@Test public void discardOnTimerRejected()
@Test public void discardOnError()