public class FluxBufferTest extends FluxOperatorTest<java.lang.String,java.util.List<java.lang.String>>
FluxOperatorTest.Scenario<I,O>
构造器和说明 |
---|
FluxBufferTest() |
限定符和类型 | 方法和说明 |
---|---|
void |
bufferWillRerouteAsManyElementAsSpecified() |
void |
bufferWillSubdivideAnInputFlux() |
void |
bufferWillSubdivideAnInputFluxOverlap() |
void |
discardOnCancel() |
void |
discardOnCancelOverlap() |
void |
discardOnCancelSkip() |
void |
discardOnError() |
void |
discardOnErrorOverlap() |
void |
discardOnErrorSkip() |
void |
discardOnNextSupplierError() |
void |
discardOnNextSupplierErrorOverlap() |
void |
discardOnNextSupplierErrorSkip() |
void |
discardOnSkippedElements() |
void |
largerSkip() |
void |
largerSkipBackpressured() |
void |
largerSkipEven() |
void |
largerSkipEvenBackpressured() |
void |
normalExact() |
void |
normalExactBackpressured() |
void |
scanExactSubscriber() |
void |
scanOperator() |
void |
scanOverlappingSubscriber() |
void |
scanOverlappingSubscriberCancelled() |
void |
scanSkipSubscriber() |
void |
sizeZero() |
void |
skipZero() |
void |
smallerSkip() |
void |
smallerSkip3Backpressured() |
void |
smallerSkipBackpressured() |
void |
sourceNull() |
void |
supplierNull() |
void |
supplierReturnsNull() |
void |
supplierThrows() |
scenario
@Test public void sourceNull()
@Test public void supplierNull()
@Test public void sizeZero()
@Test public void skipZero()
@Test public void normalExact()
@Test public void normalExactBackpressured()
@Test public void largerSkip()
@Test public void largerSkipEven()
@Test public void largerSkipEvenBackpressured()
@Test public void largerSkipBackpressured()
@Test public void smallerSkip()
@Test public void smallerSkipBackpressured()
@Test public void smallerSkip3Backpressured()
@Test public void supplierReturnsNull()
@Test public void supplierThrows()
@Test public void bufferWillSubdivideAnInputFlux()
@Test public void bufferWillSubdivideAnInputFluxOverlap()
@Test public void bufferWillRerouteAsManyElementAsSpecified()
@Test public void scanOperator()
@Test public void scanExactSubscriber()
@Test public void scanOverlappingSubscriber()
@Test public void scanOverlappingSubscriberCancelled()
@Test public void scanSkipSubscriber()
@Test public void discardOnCancel()
@Test public void discardOnCancelSkip()
@Test public void discardOnCancelOverlap()
@Test public void discardOnNextSupplierError()
@Test public void discardOnNextSupplierErrorSkip()
@Test public void discardOnNextSupplierErrorOverlap()
@Test public void discardOnSkippedElements()
@Test public void discardOnError()
@Test public void discardOnErrorSkip()
@Test public void discardOnErrorOverlap()