我是靠谱客的博主 大力小虾米,最近开发中收集的这篇文章主要介绍The import org.junit.Test conflicts with a type defined in the same file报错,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

情景:项目引入Junit后,进行单元测试,莫名其妙报了个这样的错误
The import org.junit.Test conflicts with a type defined in the same file 在这里插入图片描述

  • 原因1:常规原因,导入的jar包相冲突

  • 原因2:写junit测试的Java类名为Test.java 或者 包名也是Test,仍然会报这个错误。

最后

以上就是大力小虾米为你收集整理的The import org.junit.Test conflicts with a type defined in the same file报错的全部内容,希望文章能够帮你解决The import org.junit.Test conflicts with a type defined in the same file报错所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(44)

评论列表共有 0 条评论

立即
投稿
返回
顶部