Intellij “java: package org.junit does not exist”

后端 未结 5 1928
遥遥无期
遥遥无期 2021-02-07 17:33

When i try to run my test i get the following Errors: I looked up on google and found somthing on google but this didn\'t help.

Error:(3, 24) java: package org.j         


        
5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-07 18:32

    I had the same problem. Adding JARs made no difference. I solved it by adding library (not JAR) dependency for Junit 5.3

提交回复
热议问题