maven junit scope test坑

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

@Test 红色编译不通过
原文地址:https://www.cnblogs.com/zfzf1/p/9267422.html