public class RetrySpecTest
extends java.lang.Object
构造器和说明 |
---|
RetrySpecTest() |
限定符和类型 | 方法和说明 |
---|---|
void |
builderCanBeUsedAsTemplate() |
void |
builderMethodsProduceNewInstances() |
void |
companionWaitsForAllHooksBeforeTrigger() |
void |
cumulatedRetryHooks() |
void |
cumulatedRetryHooksWithTransient() |
void |
defaultRetryExhaustedMessageWithNoTransientErrors() |
void |
defaultRetryExhaustedMessageWithTransientErrors() |
void |
delayRetryWithIsCumulative() |
void |
doAfterRetryIsCumulative() |
void |
doBeforeRetryIsCumulative() |
void |
retryContextIsCorrectlyPropagatedAndSet() |
void |
retryExceptionCanBeCustomized() |
void |
retryExceptionDefaultsToRetryExhausted() |
void |
retryThenIsCumulative() |
void |
throwablePredicateModifierAugmentsThePredicate() |
void |
throwablePredicateModifierRejectsNullFunction() |
void |
throwablePredicateModifierRejectsNullGenerator() |
void |
throwablePredicateModifierWorksIfNoPreviousPredicate() |
void |
throwablePredicateReplacesThePredicate() |
@Test public void builderMethodsProduceNewInstances()
@Test public void retryContextIsCorrectlyPropagatedAndSet()
@Test public void builderCanBeUsedAsTemplate()
@Test public void throwablePredicateReplacesThePredicate()
@Test public void throwablePredicateModifierAugmentsThePredicate()
@Test public void throwablePredicateModifierWorksIfNoPreviousPredicate()
@Test public void throwablePredicateModifierRejectsNullGenerator()
@Test public void throwablePredicateModifierRejectsNullFunction()
@Test public void doBeforeRetryIsCumulative()
@Test public void doAfterRetryIsCumulative()
@Test public void delayRetryWithIsCumulative()
@Test public void retryThenIsCumulative()
@Test public void retryExceptionDefaultsToRetryExhausted()
@Test public void retryExceptionCanBeCustomized()
@Test public void defaultRetryExhaustedMessageWithNoTransientErrors()
@Test public void defaultRetryExhaustedMessageWithTransientErrors()
@Test public void companionWaitsForAllHooksBeforeTrigger()
@Test public void cumulatedRetryHooks()
@Test public void cumulatedRetryHooksWithTransient()