public class TestClientExponentialBackoff extends Object
| Constructor and Description |
|---|
TestClientExponentialBackoff() |
| Modifier and Type | Method and Description |
|---|---|
void |
testHeapOccupancyPolicy() |
void |
testMaxLoad() |
void |
testNulls() |
void |
testResultOrdering()
Make sure that we get results in the order that we expect - backoff for a load of 1 should
less than backoff for 10, which should be less than that for 50.
|
public void testNulls()
public void testMaxLoad()
public void testResultOrdering()
public void testHeapOccupancyPolicy()