@PrepareForTest(value={ServiceRunner.class,DynamoDBService.class})
@PowerMockIgnore(value={"javax.crypto.*","javax.management.*","javax.net.ssl.*"})
public class DynamoDBServiceSpec_init
extends Object
| Modifier and Type | Field and Description |
|---|---|
private ServiceRunner |
serviceRunnerSimpleMock |
| Constructor and Description |
|---|
DynamoDBServiceSpec_init() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testAwsAccessKeyNotNull() |
void |
testNoENV_DYNAMO_ENDPOINT() |
void |
testShouldSetTableName() |
void |
testWrongDBConfig() |
private ServiceRunner serviceRunnerSimpleMock
public void setUp()
public void testWrongDBConfig()
throws Lot49Exception
Lot49Exceptionpublic void testNoENV_DYNAMO_ENDPOINT()
throws Lot49Exception
Lot49Exception