forDevLife
gradle 통합 테스트 오류 본문
- 문제 -
개별 테스트는 성공하나, 통합 테스트(test 폴더 위에서 run 'All test' 실행) 실패
(Error "TestEngine with ID 'junit-vintage' failed to discover tests" with Spring Boot 2.2)
- 해결 -
I found the error. The dependency on spring-boot-starter-test brings a dependency on junit-vintage-engine.
The latter must be excluded:
'Error' 카테고리의 다른 글
[Issue] OAuth 2.0 Google 완전 로그아웃 하기 (0) | 2021.09.16 |
---|---|
[해결] EC2 java version 문제 (0) | 2021.09.06 |
[intelliJ] Gradle 프로젝트를 Maven으로 잘못 열었을 경우 (0) | 2021.08.20 |
[Error - 해결] The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application (0) | 2021.07.19 |
[Error - 해결] Starting tomcat server at localhost (0) | 2021.06.03 |
Comments