@PrepareForTest(value=LogUtils.class) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class DynamoDBDaoMapSpec_get extends Object
| Modifier and Type | Field and Description |
|---|---|
private DynamoDBService |
dynamoDBService |
private Future<String> |
futureMock |
private String |
keyValue |
| Constructor and Description |
|---|
DynamoDBDaoMapSpec_get() |
| Modifier and Type | Method and Description |
|---|---|
void |
negativeFlow_returnsNullIfThrowsExecutionException() |
void |
negativeFlow_returnsNullIfThrowsInterruptedException() |
void |
positiveFlow_returnsExpectedValueIfAllRight() |
void |
setUp() |
private DynamoDBService dynamoDBService
private String keyValue
public void positiveFlow_returnsExpectedValueIfAllRight()
throws Exception
Exceptionpublic void negativeFlow_returnsNullIfThrowsInterruptedException()
throws Exception
Exception