반응형
오류는 아래와 같았다.
org.junit.platform.launcher.core.EngineDiscoveryOrchestrator lambda$logTestDescriptorExclusionReasons$7
INFO: 0 containers and 1 tests were Method or class mismatch
테스트 Method를 3개 작성하였는데 3개중 1개만 실행하였을 경우 위와 같은 Info Message 가 발생하네요
테스트 코드를 모두 실행하면 위와 같은 메시지가 발생하지 않습니다.
윈도우 기준 Intellij 설정에서
Settings -> Build, Execution, Deployment -> Build Tools -> Gradle 에서
Build and run using과 Run tests using의 속성을 Intellij IDEA로 해주시면 해결됩니다.
빌드할 때 JUnit으로 테스트가 진행 되어야 하는데 Gradle로 되어서 발생하는것 같아요.
반응형
'웹(Web) > 백엔드(Backend)' 카테고리의 다른 글
JPA와 SpringData JPA(Repository) (0) | 2022.01.27 |
---|---|
스프링핵심원리 - 객체 지향 설계 원칙/프레임워크vs라이브러리/IoC/DI (0) | 2022.01.06 |
SpringBoot RequestParam(required 옵션) 에러 (0) | 2021.11.23 |
SpringBoot 빌드 및 실행 (0) | 2021.11.14 |
하드코딩하면 안되는이유 (0) | 2021.07.15 |