public class ExponentialBackoffMsgRetryManagerTest
extends java.lang.Object
| Constructor and Description |
|---|
ExponentialBackoffMsgRetryManagerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAckThenFail() |
void |
testClearInvalidMessages() |
void |
testExponentialBackoff() |
void |
testFailRetryRetry() |
void |
testFailThenAck() |
void |
testImmediateRetry() |
void |
testMaxBackoff() |
void |
testMaxRetry() |
void |
testQueriesAfterRetriedAlready() |
void |
testRetryOrder() |
void |
testRetryWithoutFail() |
void |
testSingleDelay() |
public ExponentialBackoffMsgRetryManagerTest()
public void testImmediateRetry()
throws java.lang.Exception
java.lang.Exceptionpublic void testSingleDelay()
throws java.lang.Exception
java.lang.Exceptionpublic void testExponentialBackoff()
throws java.lang.Exception
java.lang.Exceptionpublic void testRetryOrder()
throws java.lang.Exception
java.lang.Exceptionpublic void testQueriesAfterRetriedAlready()
throws java.lang.Exception
java.lang.Exceptionpublic void testRetryWithoutFail()
throws java.lang.Exception
java.lang.Exceptionpublic void testFailRetryRetry()
throws java.lang.Exception
java.lang.Exceptionpublic void testMaxBackoff()
throws java.lang.Exception
java.lang.Exceptionpublic void testFailThenAck()
throws java.lang.Exception
java.lang.Exceptionpublic void testAckThenFail()
throws java.lang.Exception
java.lang.Exceptionpublic void testClearInvalidMessages()
throws java.lang.Exception
java.lang.Exceptionpublic void testMaxRetry()
throws java.lang.Exception
java.lang.Exception