@PowerMockIgnore(value={"javax.crypto.*","javax.management.*"})
public class DynamoDBDaoFutureSpec_get_long_TimeUnit
extends Object
| Modifier and Type | Field and Description |
|---|---|
private DynamoDBService |
dynamoDBService |
private com.amazonaws.services.dynamodbv2.model.GetItemResult |
getItemResult |
| Constructor and Description |
|---|
DynamoDBDaoFutureSpec_get_long_TimeUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
negativeFlow_returnsNullIfGetItemResultIsEmpty() |
void |
positiveFlow_returnsExpectedValueIfGetItemResultContainsIt() |
void |
setUp() |
private DynamoDBService dynamoDBService
private com.amazonaws.services.dynamodbv2.model.GetItemResult getItemResult
public DynamoDBDaoFutureSpec_get_long_TimeUnit()