add integration test profile

This commit is contained in:
DOHA
2016-10-17 13:30:13 +02:00
parent 167d2de4ac
commit 1e9d1a7566
4 changed files with 111 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class X509AuthenticationServerTests {
public class X509AuthenticationServerIntegrationTest {
@Test
public void contextLoads() {
}