public class FluxRetryWhenTest
extends java.lang.Object
构造器和说明 |
---|
FluxRetryWhenTest() |
@Test public void shouldFailWhenOnErrorContinueEnabled()
@Test public void shouldWorkAsExpected()
@Test public void dontRepeat()
@Test public void predicateThrows()
@Test public void twoRetryNormal()
@Test public void twoRetryNormalSupplier()
@Test public void twoRetryErrorSupplier()
@Test public void twoRetryNormalSupplier3()
@Test public void twoRetryNormalSupplier2()
@Test public void twoRetryErrorSupplier2()
@Test public void sourceNull()
@Test public void whenRetrySignalFactoryNull()
@Test public void cancelsOther()
@Test public void cancelTwiceCancelsOtherOnce()
@Test public void directOtherErrorPreventsSubscribe()
@Test public void lateOtherErrorCancelsSource()
@Test public void directOtherEmptyPreventsSubscribeAndCompletes()
@Test public void lateOtherEmptyCancelsSourceAndCompletes()
@Test public void coldRepeater()
@Test public void coldRepeaterBackpressured()
@Test public void coldEmpty()
@Test public void coldError()
@Test public void whenFactoryThrows()
@Test public void whenFactoryReturnsNull()
@Test public void retryErrorsInResponse()
@Test public void retryAlways()
@Test public void linearRetry()
@Test public void fixedDelaysRetry()
@Test public void scanOperator()
@Test public void scanMainSubscriber()
@Test public void scanOtherSubscriber()
@Test public void inners()
@Test public void retryContextExposedOnRetrySignal()
@Test public void retryWhenContextTrigger_MergesOriginalContext()
@Test public void fluxRetryRandomBackoff()
@Test public void fluxRetryRandomBackoffDefaultJitter()
@Test public void fluxRetryRandomBackoffDefaultMaxDuration()
@Test public void fluxRetryRandomBackoff_maxBackoffShaves()
@Test public void fluxRetryRandomBackoff_minBackoffFloor()
@Test public void fluxRetryRandomBackoff_noRandomness()
@Test public void fluxRetryRandomBackoffNoArithmeticException()
@Test public void fluxRetryBackoffWithSpecificScheduler()
@Test public void fluxRetryBackoffRetriesOnGivenScheduler()
@Test public void backoffFunctionNotTransient()
@Test public void backoffFunctionTransient()
@Test public void simpleFunctionTransient()
@Test public void gh1978()
public static Flux<java.lang.Integer> transientErrorSource()
@Test public void retryWhenThrowableCompanionIsComparableToRetryWhenRetryFromFunction()
@Test public void retryWhenWithThrowableFunction()