오류 문구
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"로 변경
반응형