@BeforeClass annotation and made setUp() method static
This commit is contained in:
parent
2693991c1b
commit
e95d1e2908
@ -48,9 +48,9 @@ public class ProductInfoRepositoryIntegrationTest {
|
|||||||
private static final String EXPECTED_COST = "20";
|
private static final String EXPECTED_COST = "20";
|
||||||
private static final String EXPECTED_PRICE = "50";
|
private static final String EXPECTED_PRICE = "50";
|
||||||
|
|
||||||
@Before
|
@BeforeClass
|
||||||
@Ignore
|
@Ignore
|
||||||
public void setUp() throws Exception {
|
public static void setUp() throws Exception {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
dynamoDBMapper = new DynamoDBMapper(amazonDynamoDB);
|
dynamoDBMapper = new DynamoDBMapper(amazonDynamoDB);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user