Skip to content

Commit 9ba430e

Browse files
BENCH-187-TESTCONTAINERS Added a basic IT to test is MySQL container is able to connect
1 parent fac58ec commit 9ba430e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package com.answerdigital.answerking;
2+
3+
import com.answerdigital.answerking.utility.ContainerisedTest;
4+
import org.junit.jupiter.api.Test;
5+
import org.springframework.boot.test.context.SpringBootTest;
6+
7+
@SpringBootTest
8+
class AnswerKingApplicationTest extends ContainerisedTest
9+
{
10+
@Test
11+
void contextLoads(){
12+
13+
}
14+
}

0 commit comments

Comments
 (0)