@PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class DynamoDBServiceSpec_getDaoMap_Class extends Object
Modifier and Type | Field and Description |
---|---|
private DynamoDBService |
dynamoDBService |
Constructor and Description |
---|
DynamoDBServiceSpec_getDaoMap_Class() |
Modifier and Type | Method and Description |
---|---|
void |
positiveFlow_createsDifferentDaoMapsForDifferentTypes() |
void |
positiveFlow_createsNewDaoMapIfItDoesNotExist() |
void |
positiveFlow_returnsExistingDaoMapIfItExists() |
void |
setUp() |
private DynamoDBService dynamoDBService
public void positiveFlow_createsNewDaoMapIfItDoesNotExist()
public void positiveFlow_returnsExistingDaoMapIfItExists()
public void positiveFlow_createsDifferentDaoMapsForDifferentTypes()