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.Exception
public void testSingleDelay() throws java.lang.Exception
java.lang.Exception
public void testExponentialBackoff() throws java.lang.Exception
java.lang.Exception
public void testRetryOrder() throws java.lang.Exception
java.lang.Exception
public void testQueriesAfterRetriedAlready() throws java.lang.Exception
java.lang.Exception
public void testRetryWithoutFail() throws java.lang.Exception
java.lang.Exception
public void testFailRetryRetry() throws java.lang.Exception
java.lang.Exception
public void testMaxBackoff() throws java.lang.Exception
java.lang.Exception
public void testFailThenAck() throws java.lang.Exception
java.lang.Exception
public void testAckThenFail() throws java.lang.Exception
java.lang.Exception
public void testClearInvalidMessages() throws java.lang.Exception
java.lang.Exception
public void testMaxRetry() throws java.lang.Exception
java.lang.Exception