public class FluxWindowPredicateTest extends FluxOperatorTest<java.lang.String,Flux<java.lang.String>>
FluxOperatorTest.Scenario<I,O>
构造器和说明 |
---|
FluxWindowPredicateTest() |
scenario
@Test public void windowWhilePropagatingCancelToSource_disposeOuterFirst()
@Test public void windowWhileNotPropagatingCancelToSource_disposeInnerFirst()
@Test public void windowWhileNotPropagatingCancelToSource_withConcat()
@Test public void windowWhileNoEmptyWindows()
@Test public void windowUntilNoEmptyWindows()
@Test public void windowUntilCutBeforeNoEmptyWindows()
@Test public void windowWhileIntentionallyEmptyWindows()
@Test public void windowUntilIntentionallyEmptyWindows()
@Test public void windowUntilCutBeforeIntentionallyEmptyWindows()
@Test public void untilChangedNoRepetition()
@Test public void untilChangedSomeRepetition()
@Test public void untilChangedDisposesStateOnComplete()
@Test public void untilChangedDisposesStateOnError()
@Test public void untilChangedDisposesStateOnCancel()
@Test public void apiUntil()
@Test public void apiUntilCutAfter()
@Test public void apiUntilCutBefore()
@Test public void apiWhile()
@Test public void normalUntil()
@Test public void onCompletionBeforeLastBoundaryWindowEmitted()
@Test public void mainErrorUntilIsPropagatedToBothWindowAndMain()
@Test public void predicateErrorUntil()
@Test public void normalUntilCutBefore()
@Test public void mainErrorUntilCutBeforeIsPropagatedToBothWindowAndMain()
@Test public void predicateErrorUntilCutBefore()
@Test public void normalWhile()
@Test public void normalWhileDoesntInitiallyMatch()
@Test public void normalWhileDoesntMatch()
@Test public void mainErrorWhileIsPropagatedOnlyToMain()
@Test public void whileStartingSeveralSeparatorsEachCreateEmptyWindow()
@Test public void whileOnlySeparatorsGivesSequenceOfWindows()
@Test public void predicateErrorWhile()
@Test public void whileRequestOneByOne()
@Test public void mismatchAtBeginningUntil()
@Test public void mismatchAtBeginningUntilCutBefore()
@Test public void mismatchAtBeginningWhile()
@Test public void innerCancellationCancelsMainSequence()
@Test public void prefetchIntegerMaxIsRequestUnboundedUntil()
@Test public void prefetchIntegerMaxIsRequestUnboundedWhile()
@Test public void manualRequestWindowUntilOverRequestingSourceByPrefetch()
@Test public void manualRequestWindowWhileOverRequestingSourceByPrefetch()
@Test public void windowWhileOneByOneStartingDelimiterReplenishes()
@Test public void windowWhileUnboundedStartingDelimiterReplenishes()
@Test public void windowUntilUnboundedStartingDelimiterReplenishes()
@Test public void discardOnCancelWindowWhile()
@Test public void discardOnCancelWindowUntil()
@Test public void discardOnCancelWindowUntilCutBefore()
@Test public void scanOperator()
@Test public void scanMainSubscriber()
@Test public void scanOtherSubscriber()