欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
JUnit
来自开放百科 - 灰狐
(版本间的差异)
第4行: | 第4行: | ||
JUnit是由 Erich Gamma 和 Kent Beck 编写的一个回归测试框架(regression testing framework)。Junit测试是程序员测试,即所谓白盒测试,因为程序员知道被测试的软件如何(How)完成功能和完成什么样(What)的功能。Junit是一套框架,继承TestCase类,就可以用Junit进行自动测试了。 | JUnit是由 Erich Gamma 和 Kent Beck 编写的一个回归测试框架(regression testing framework)。Junit测试是程序员测试,即所谓白盒测试,因为程序员知道被测试的软件如何(How)完成功能和完成什么样(What)的功能。Junit是一套框架,继承TestCase类,就可以用Junit进行自动测试了。 | ||
− | |||
==相关链接== | ==相关链接== | ||
*官方网站 http://www.junit.org | *官方网站 http://www.junit.org | ||
− | |||
*JUnit Cookbook(英文) http://junit.sourceforge.net/doc/cookbook/cookbook.htm | *JUnit Cookbook(英文) http://junit.sourceforge.net/doc/cookbook/cookbook.htm | ||
*JUnit 4 抢先看 http://www.ibm.com/developerworks/cn/java/j-junit4.html | *JUnit 4 抢先看 http://www.ibm.com/developerworks/cn/java/j-junit4.html | ||
+ | |||
+ | [[Category:Software Development]] | ||
+ | [[Category:Agile]] | ||
+ | [[Category:Java]] |
2010年8月16日 (一) 04:21的版本
简介
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. JUnit is Open Source Software, released under the Common Public License Version 1.0 and hosted on SourceForge.
JUnit是由 Erich Gamma 和 Kent Beck 编写的一个回归测试框架(regression testing framework)。Junit测试是程序员测试,即所谓白盒测试,因为程序员知道被测试的软件如何(How)完成功能和完成什么样(What)的功能。Junit是一套框架,继承TestCase类,就可以用Junit进行自动测试了。
相关链接
- 官方网站 http://www.junit.org
- JUnit Cookbook(英文) http://junit.sourceforge.net/doc/cookbook/cookbook.htm
- JUnit 4 抢先看 http://www.ibm.com/developerworks/cn/java/j-junit4.html
分享您的观点