org.junit.platform.commons.JUnitException: TestEngine with ID ‘junit-vintage‘ failed to discover tes

1. Problem solving

springboot—————————————-

@SpringBootTest
@RunWith(SpringRunner.class)


pom

      <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>

Read More: