[ERROR] import org.junit cannot be resolved

반응형

1. 문제

spring boot에서 test code를 작성할 때 'import org.junit cannot be resolved'와 같이 junit이 제대로 import가 안될 때가 있다.

2. 원인

junit library가 project의 class path에 등록되지 않아서이다.

3. 해결

아래와 같이 junit 관련 library를 추가해주면된다.

File -> Project Structure

image.png

Modules -> Dependencies -> + -> Library

image.png

필요한 junit library를 선택후 Add 한다.

image.png

추가한 Library를 선택하고 'Apply' 후에 'Ok'를 클릭한다.

image.png


추천서적

 

스프링 부트와 AWS로 혼자 구현하는 웹 서비스

COUPANG

www.coupang.com

파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있음


반응형

댓글

Designed by JB FACTORY