jUnit1 [Gradle] Caused by: org.gradle.api.GradleException: No tests found for given includes: 에러 해결 Caused by: org.gradle.api.GradleException: No tests found for given includes: [TestClassPath.TestClassName] Gradle 프로젝트에 JUnit Test를 작성하고 실행하였을 때 위 에러와 함께 test events were not received 메시지가 나오면서 테스트가 실행되지 않는 경우가 있다. 이럴 때는 build.gradle.kts에 아래 task를 추가한다. tasks.withType { useJUnitPlatform() } 그리고 JUnit5를 사용하고자 한다면 spring-boot-starter-test에서 junit이 제외되어 있는지 확인한다. spring-boot-starter-test에 JUnit4가 .. 2019. 10. 4. 이전 1 다음