JUnit

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(相关链接)
(相关链接)
第8行: 第8行:
 
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 官方网站]  
 
*[http://junit.sourceforge.net/doc/cookbook/cookbook.htm JUnit Cookbook(英文)]  
 
*[http://junit.sourceforge.net/doc/cookbook/cookbook.htm JUnit Cookbook(英文)]  
 
*[http://www.ibm.com/developerworks/cn/java/j-junit4.html JUnit 4 抢先看]  
 
*[http://www.ibm.com/developerworks/cn/java/j-junit4.html JUnit 4 抢先看]  
  
[[Category:Software Development]]
+
[[category:software development]]
[[Category:Unit testing]]
+
[[category:unit testing]]
[[Category:Agile]]
+
[[category:software testing]]
[[Category:Java]]
+
[[category:agile]]
 +
[[category:java]]

2013年2月20日 (三) 02:02的版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 JUnit Thanks, Wikipedia.
Junitlogo.gif

简介

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进行自动测试了。

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱