欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
JUnit
来自开放百科 - 灰狐
(版本间的差异)
第1行: | 第1行: | ||
− | [[image:junitlogo.gif]] | + | {{SeeWikipedia}} |
+ | |||
+ | [[image:junitlogo.gif|right]] | ||
==简介== | ==简介== | ||
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 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. |
2010年9月19日 (日) 23:44的版本
您可以在Wikipedia上了解到此条目的英文信息 JUnit Thanks, Wikipedia. |
简介
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
分享您的观点