configure integration test

This commit is contained in:
DOHA
2016-10-18 20:20:13 +02:00
parent 2bea888ce1
commit 66dfb6fd37
3 changed files with 22 additions and 3 deletions
@@ -15,7 +15,7 @@ import static org.junit.Assert.assertTrue;
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = RedisConfig.class)
public class RedisMessageListenerTest {
public class RedisMessageListenerIntegrationTest {
@Autowired
private RedisMessagePublisher redisMessagePublisher;
@@ -15,7 +15,7 @@ import static org.junit.Assert.assertNull;
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = RedisConfig.class)
public class StudentRepositoryTest {
public class StudentRepositoryIntegrationTest {
@Autowired
private StudentRepository studentRepository;