본문 바로가기

IDE & Tools/Intelij

No tests found for given includes: [com.example.firstproject.service.ArticleServiceTest.index](--tests filter)

# TDD를 구현하기 위해서 TestDrivenDevelopment 과정을 Intelij에서 테스트 코드 작성 후 실행 시 아래와 같은 오류가 발생 하였다.

No tests found for given includes: [com.example.firstproject.service.ArticleServiceTest.index](--tests filter)

해당 오류는 Intelij 설정을 아래와 같이 변경하면 해결이 된다.

File → Setting → Gradle 경로로 이동하고, 아래와 같이 설정을 변경해 주면 된다.

이렇게 변경해 주면 문제없이 TDD를 수행 할 수 있다.