Test files should contain tests JAVA-W1088
Anti-pattern
Minor
6 months agoa year old
 4import org.springframework.boot.test.context.SpringBootTest;
 5
 6@SpringBootTest
 7class ForumApplicationTests { 8 9  @Test10  void contextLoads() {}11}