import org.junit.Test后立马消失的问题
Posted sunbr
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了import org.junit.Test后立马消失的问题相关的知识,希望对你有一定的参考价值。
检查当前模块的pom.xml或者父工程的pom.xml
圈出来的范围只能在test目录下使用,在其他包下使用时不能导入
删除这一行就行了!
以上是关于import org.junit.Test后立马消失的问题的主要内容,如果未能解决你的问题,请参考以下文章
org.junit.Test 注解失效的问题The import org.junit cannot be resolved
junit单元测试成功,但是报错org.junit.runners.model.InvalidTestClassError: Invalid test class