<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<!--
<scope>test</scope>
-->
不注释
@Test 红色编译不通过
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<!--
<scope>test</scope>
-->
不注释
@Test 红色编译不通过