본문 바로가기

logs/error logs

intellij/ 테스트 실행을 눌렀더니 안된단다...의 해결법

오류 문구

package org.junit.jupiter.api does not exist 
import org.junit.jupiter.api.Test

해결 방법

  1.  Mac ? IntelliJ IDEA > Preferences...
    Windows ? settings...
  2. Build, Execution, Deployment > Build Tools > Gradle
  3. Gradle projects > "Build and run using:", "Run Test using:" 두 값의 선택값을 "IntelliJ IDEA"로 변경

반응형