public class RetriesTest extends Object
Constructor and Description |
---|
RetriesTest() |
Modifier and Type | Method and Description |
---|---|
void |
testBadJitter() |
void |
testBadJitter2() |
void |
testExceededMaxAttempts() |
void |
testNotYetReachedMaxAttempts() |
void |
testReachedMaxAttemptsExactly() |
void |
testRethrowError() |
void |
testRethrowException() |
void |
testRethrowIOException() |
void |
testRethrowRuntimeError() |
void |
testUnlimitedAtempts() |
public void testBadJitter()
public void testBadJitter2()
public void testRethrowError()
public void testRethrowRuntimeError()
public void testRethrowIOException()
public void testRethrowException()
public void testNotYetReachedMaxAttempts()
public void testReachedMaxAttemptsExactly()
public void testExceededMaxAttempts()
public void testUnlimitedAtempts()
Copyright © 2021–2024. All rights reserved.