maven junit scope test坑
生活随笔
收集整理的這篇文章主要介紹了
maven junit scope test坑
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<!--
<scope>test</scope>
-->
不注釋
@Test 紅色編譯不通過
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<!--
<scope>test</scope>
-->
不注釋
@Test 紅色編譯不通過
轉(zhuǎn)載于:https://www.cnblogs.com/zfzf1/p/9267422.html
總結(jié)
以上是生活随笔為你收集整理的maven junit scope test坑的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Rsync+inotify搭建实时同步系
- 下一篇: JDK之ConcurrentHashMa