@PowerMockIgnore(value={"javax.crypto.*","javax.management.*"})
public class DynamoDBDaoLegacyFutureSpec_get
extends Object
| Modifier and Type | Field and Description |
|---|---|
private ExecutorService |
executor |
private long |
maxTimeWaitTermination |
| Constructor and Description |
|---|
DynamoDBDaoLegacyFutureSpec_get() |
| Modifier and Type | Method and Description |
|---|---|
void |
negativeFlow_returnsNullIfFutureGetReturnsNull() |
void |
positiveFlow_returnsExpectedValueIfFutureGetReturnsMapWithIt() |
void |
positiveFlow_returnsExpectedValueIfFutureGetReturnsNotMap() |
void |
setUp() |
void |
tearDown() |
private ExecutorService executor
private long maxTimeWaitTermination
public void negativeFlow_returnsNullIfFutureGetReturnsNull()
throws Exception
Exceptionpublic void positiveFlow_returnsExpectedValueIfFutureGetReturnsMapWithIt()
throws Exception
Exception