public class FluxOnBackpressureBufferTest extends FluxOperatorTest<java.lang.String,java.lang.String>
FluxOperatorTest.Scenario<I,O>
构造器和说明 |
---|
FluxOnBackpressureBufferTest() |
限定符和类型 | 方法和说明 |
---|---|
void |
bufferOverflowErrorDelayed() |
void |
failNegativeHistory() |
void |
gh1666_bufferNine() |
void |
gh1666_bufferThree() |
void |
onBackpressureBuffer() |
void |
onBackpressureBufferMax() |
void |
onBackpressureBufferMaxCallback() |
void |
onBackpressureBufferMaxCallbackSourceEmitsAfterComplete() |
void |
onBackpressureBufferMaxCallbackUnder8() |
void |
scanCapacityBoundedQueueWithExactCapacity() |
void |
scanCapacityBoundedQueueWithExtraCapacity() |
void |
scanCapacityUnbounded() |
void |
scanOperator() |
void |
scanSubscriber() |
void |
stepByStepRequesting() |
scenario
@Test public void bufferOverflowErrorDelayed()
@Test public void failNegativeHistory()
@Test public void onBackpressureBuffer()
@Test public void onBackpressureBufferMax()
@Test public void onBackpressureBufferMaxCallback()
@Test public void onBackpressureBufferMaxCallbackUnder8()
@Test public void onBackpressureBufferMaxCallbackSourceEmitsAfterComplete()
@Test public void stepByStepRequesting()
@Test public void gh1666_bufferThree()
@Test public void gh1666_bufferNine()
@Test public void scanOperator()
@Test public void scanSubscriber()
@Test public void scanCapacityUnbounded()
@Test public void scanCapacityBoundedQueueWithExactCapacity()
@Test public void scanCapacityBoundedQueueWithExtraCapacity()