@PrepareForTest(value=DynamoDBService.class) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class DynamoDBDaoMapSpec_replace extends Object
Modifier and Type | Field and Description |
---|---|
private DynamoDBService |
dynamoDBService |
private String |
keyField |
private String |
keyValue |
private String |
newObjectAttributeValue |
private com.amazonaws.services.dynamodbv2.document.Table |
tableMock |
private com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec |
updateItemSpecSpy |
Constructor and Description |
---|
DynamoDBDaoMapSpec_replace() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
updatesItemForTheSpecifiedKeyByNewObjectAttributeValue() |
private DynamoDBService dynamoDBService
private com.amazonaws.services.dynamodbv2.document.Table tableMock
private com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec updateItemSpecSpy
private String keyField
private String keyValue
private String newObjectAttributeValue