[ERROR][TaskAgile] The import org.junit cannot be resolved in vscode

2020. 11. 29. 22:17개발 관련/ERROR

 

e

 

ERROR 내용

  1. junit import 불가

 

 


해결 방법

  • org.junit-juniter? 대신에 아래처럼 입력. 버전이 다르니 버전 삭제
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>

 

 

참고 사이트  : stackoverflow.com/questions/62075442/why-does-vscode-not-recognize-the-import-org-junit

 


  •   -> 해결 x
// in /~ 

추가한내용

 

 

참고 사이트  : 

 

symbol~