[Junit5] No tests found for given includes: [com.m2m.m2mweb.user.UserControllerTest](--tests filter)
2022-11-10 07:41

[Junit5] No tests found for given includes: [com.m2m.m2mweb.user.UserControllerTest](--tests filter)

상황
spring(2.7.5) 프로젝트를 새로 생성하고 @SpringBootTest를 하려고 했는데 에러가 발생했습니다.
 
문제 파악
Junit 버전에 맞지 않아서 생기는 이슈입니다.
 
해결 방법
Junit 버전 확인
impo...
시나브로(이슈)
JUnit
005

댓글