赞
踩
JUnit 是一个 Java 编程语言色单元测试框架。单元测试(Unit testing),是指对软件中最小可测试单元进行检查和验证,Java 单元测试指一个类。总的来说,单元就是认为规定的最小的被测功能模块。
<!-- JUnit-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency&
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。