💻개발/Server
[오류해결] error: package org.junit does not exist
ye3_
2024. 1. 9. 21:25
error: package org.junit does not exist
import org.junit.*;
java: cannot find symbol
symbol: class After
location: package org.junit
intelliJ + Gradle 환경에서 junit import 에러 해결 방법
Settings -> Build, Execution, Deployment -> Build Tools -> Gradle 에서
Build and run using : IntelliJ IDEA
Run tests using : IntelliJ IDEA
Gradle -> IntelliJ IDEA로 변경
728x90