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