@PowerMockIgnore(value={"javax.crypto.*","javax.management.*"})
public class DynamoDBDaoLegacyFutureSpec_get_long_TimeUnit
extends Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.ExpectedException |
exceptionRule |
private ExecutorService |
executor |
private long |
maxTimeWaitTermination |
| Constructor and Description |
|---|
DynamoDBDaoLegacyFutureSpec_get_long_TimeUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
negativeFlow_throwsTimeoutExceptionIfFutureGetWaitTimeElapsed() |
void |
positiveFlow_returnsExpectedValueIfFutureGetReturnsMapWithIt() |
void |
setUp() |
void |
tearDown() |
private ExecutorService executor
private long maxTimeWaitTermination
public org.junit.rules.ExpectedException exceptionRule
public DynamoDBDaoLegacyFutureSpec_get_long_TimeUnit()