`

maven2 junit4

阅读更多

maven version 2.08

java version 1.6.0_06

在pom.xml里加入:

<dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>${junit.version}</version>
            <scope>test</scope>
        </dependency>
<properties>
<junit.version>4.4</junit.version>
</properties>

 然后执行:

 mvn test
 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics