public class FluxBufferPredicateTest
extends java.lang.Object
构造器和说明 |
---|
FluxBufferPredicateTest() |
@Test public void normalUntil()
@Test public void onCompletionBeforeLastBoundaryBufferEmitted()
@Test public void mainErrorUntil()
@Test public void predicateErrorUntil()
@Test public void normalUntilOther()
@Test public void mainErrorUntilOther()
@Test public void predicateErrorUntilOther()
@Test public void untilChangedNoRepetition()
@Test public void untilChangedWithKeySelector()
@Test public void untilChangedNoSharedState()
@Test public void untilChangedSomeRepetition()
@Test public void untilChangedDisposesStateOnComplete()
@Test public void untilChangedDisposesStateOnError()
@Test public void untilChangedDisposesStateOnCancel()
@Test public void normalWhile()
@Test public void normalWhileDoesntInitiallyMatch()
@Test public void normalWhileDoesntMatch()
@Test public void mainErrorWhile()
@Test public void predicateErrorWhile()
@Test public void bufferSupplierThrows()
@Test public void bufferSupplierThrowsLater()
@Test public void bufferSupplierReturnsNull()
@Test public void multipleTriggersOfEmptyBufferKeepInitialBuffer()
@Test public void requestBounded()
@Test public void requestBoundedSeveralInitial()
@Test public void requestRemainingBuffersAfterBufferEmission()
@Test public void requestRaceWithOnNext()
@Test public void onNextRaceWithRequest()
@Test public void onNextRaceWithRequestOfTwo()
@Test @Tag(value="slow") public void requestRaceWithOnNextLoops()
@Test public void requestUnboundedFromStartRequestsSourceOnce()
@Test public void requestSwitchingToMaxRequestsSourceOnlyOnceMore()
@Test public void requestBoundedConditionalFusesDemands()
@Test public void testBufferPredicateUntilIncludesBoundaryLast()
@Test public void testBufferPredicateUntilIncludesBoundaryLastAfter()
@Test public void testBufferPredicateUntilCutBeforeIncludesBoundaryFirst()
@Test public void testBufferPredicateWhileDoesntIncludeBoundary()
@Test public void scanOperator()
@Test public void scanMain()
@Test public void scanMainCancelled()
@Test public void discardOnCancel()
@Test public void discardOnPredicateError()
@Test public void discardOnError()
@Test public void discardRaceWithOnNext_bufferAdds()
@Test public void discardRaceWithOnNext_bufferUntilWithMatch()
@Test public void discardRaceWithOnNext_bufferUntilCutBeforeWithMatch()
@Test public void discardRaceWithOnNext_bufferWhileWithNoMatch()
@Test public void testBufferUntilNoExtraRequestFromEmit()
@Test public void testBufferUntilNoExtraRequestFromConcurrentEmitAndRequest()