maven junit scope test坑

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

@Test 红色编译不通过
posted @ 2018-07-05 11:28  zfzf1  阅读(368)  评论(0编辑  收藏  举报