We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1726d45 commit a7cd33cCopy full SHA for a7cd33c
Spring-Boot-Mail/src/test/java/com/example/mail/SpringBootMailApplicationTests.java
@@ -1,11 +1,8 @@
1
package com.example.mail;
2
3
-import org.junit.Test;
4
-import org.junit.runner.RunWith;
+import org.junit.jupiter.api.Test;
5
import org.springframework.boot.test.context.SpringBootTest;
6
-import org.springframework.test.context.junit4.SpringRunner;
7
8
-@RunWith(SpringRunner.class)
9
@SpringBootTest
10
public class SpringBootMailApplicationTests {
11
0 commit comments