[공부] 프로그래밍/ERROR

[error] Execution failed for task ':test'.> No tests found for given includes: [com.fastcampus.pass.job.pass.AddPassesTaskletTest](--tests filter)

woodisco 2024. 4. 24. 15:38

 

Execution failed for task ':test'. > No tests found for given includes: [com.fastcampus.pass.job.pass.AddPassesTaskletTest](--tests filter)
  •  junit 5인 경우, import의 test를 아래와 같이 수정하기
import org.junit.jupiter.api.Test;
  • 인텔리제이의 셋팅을 아래와 같이 변경하기