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