Trouble Shooting
Intellij JUnit Test 실패 (No tests found for given includes)
야뤼송
2023. 12. 21. 11:48
반응형
Intellij에서 JUnit 테스틀 진행할 때 아래와 아래와 같은 에러가 발생하는 경우가 있다.
No tests found for given includes:....
1. 해결방법
해결 방법은 간단하다.
Settings > Build, Execution, Deployment > Build Tools > Gradle로 이동한다.
가운데 Run tests using 값이 Gradle로 설정되어있다면 Intellij IDEA로 변경하면 된다.
반응형