반응형
Intellij에서 JUnit 테스틀 진행할 때 아래와 아래와 같은 에러가 발생하는 경우가 있다.
No tests found for given includes:....
1. 해결방법
해결 방법은 간단하다.
Settings > Build, Execution, Deployment > Build Tools > Gradle로 이동한다.
가운데 Run tests using 값이 Gradle로 설정되어있다면 Intellij IDEA로 변경하면 된다.
반응형
'Trouble Shooting' 카테고리의 다른 글
[ERROR] Exceeded limit on max bytes to buffer 오류 (0) | 2024.07.30 |
---|---|
[ERROR] MyBatis: Mapped Statements collection already contains value for ~ (0) | 2023.03.27 |