[Spring Boot] ERROR: No tests found for given includes
Spring Boot2023-09-11 18:31 (KST)
Language :
발생 시점
테스트 케이스를 작성한 후에 테스트를 실행 (IntelliJ)
오류 문구
해결 방안
- File > Settings > Build, Execution, Deployment > Gradle
- Gradle Projects > Run tests using
- Gradle를 IntelliJ IDEA로 변경
Previous Article
Code Refactoring (코드 리팩터링)
Technique
Next Article
[Spring Boot] Google OAuth2 로그인
Spring Boot