logs/error logs
intellij/ 테스트 실행을 눌렀더니 안된단다...의 해결법
MYYBEAN
2021. 2. 4. 21:17
반응형
오류 문구
package org.junit.jupiter.api does not exist
import org.junit.jupiter.api.Test
해결 방법
- Mac ? IntelliJ IDEA >
Preferences...
Windows ?settings...
- Build, Execution, Deployment > Build Tools > Gradle
- Gradle projects > "Build and run using:", "Run Test using:" 두 값의 선택값을 "IntelliJ IDEA"로 변경
반응형