개발경험 및 메모/Intellij

Intellij JUnit Test 실패 No tests found for given includes

따시 2020. 5. 22. 11:22

Intellij 에서  JUnit Test 할때에 아래와 같이 에러가 발생하였다.

 

No tests found for given includes: filter.includeTestsMatching  

 

확인해본 결과 설정에서 변경 처리를 해야하는 것

 

Settings > Build,Execution,Deployment > Build Tools > Gradle > "Run tests using:  IntelliJ IDEA" 로

변경 처리하였다