상세 컨텐츠

본문 제목

TestSuiteExecutionException: Could not execute test class 해결방법

Spring

by aeongiii 2024. 12. 12. 16:42

본문

테스트코드를 작성하고 실행해봤는데 전혀 실행이 안 됐다.

report 확인한 결과 테스트파일 자체를 찾지 못했다.

 

알고보니 설정을 간단히 변경하면 해결 가능했다.

 

 

인텔리제이 Settings > Build, Execution, Deployment > Build tools > Gradle > Run tests using 을

 

IntelliJ IDEA로 바꿔주면 된다!

 

관련글 더보기