@PrepareForTest(value=DynamoDBDaoMapOfUserAttributes.class) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class DynamoDBDaoMapOfUserAttributesSpec_putAsync extends Object
Modifier and Type | Field and Description |
---|---|
private AmazonDynamoDBClient |
amazonDynamoDBClientMock |
private DynamoDBDaoMapOfUserAttributes |
dynamoDBDaoMapOfUserAttributes |
private DynamoDBService |
dynamoDBServiceMock |
private String |
key |
private String |
uid |
private String |
value |
Constructor and Description |
---|
DynamoDBDaoMapOfUserAttributesSpec_putAsync() |
Modifier and Type | Method and Description |
---|---|
private UserAttributes |
createAndFillUserAttributes() |
void |
negativeFlow_doesNotPutItemIfUserAttributesIsNull() |
void |
positiveFlow_putsItemIfUserAttributesContainesChanhedData() |
void |
setUp() |
private DynamoDBService dynamoDBServiceMock
private AmazonDynamoDBClient amazonDynamoDBClientMock
private DynamoDBDaoMapOfUserAttributes dynamoDBDaoMapOfUserAttributes
private String uid
private String key
private String value
public DynamoDBDaoMapOfUserAttributesSpec_putAsync()
public void negativeFlow_doesNotPutItemIfUserAttributesIsNull()
public void positiveFlow_putsItemIfUserAttributesContainesChanhedData() throws Exception
Exception
private UserAttributes createAndFillUserAttributes()