maven junit scope test坑

Posted zfzf1

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven junit scope test坑相关的知识,希望对你有一定的参考价值。

       <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<!--
<scope>test</scope>
-->
不注释

@Test 红色编译不通过









以上是关于maven junit scope test坑的主要内容,如果未能解决你的问题,请参考以下文章

springboot整合junit

maven依赖继承聚合

Maven - 程序包 org.junit 不存在解决方案

SpringBoot之Junit单元测试

org.junit.Test 注解失效的问题The import org.junit cannot be resolved

Maven的scope