JUnit

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(相关链接)
(图集)
 
(未显示1个用户的6个中间版本)
第1行: 第1行:
 
{{SeeWikipedia}}
 
{{SeeWikipedia}}
  
 +
JUnit
 
[[image:junitlogo.gif|right]]
 
[[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.
第7行: 第9行:
 
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进行自动测试了。
  
==相关链接==
+
==功能==
 +
 
 +
==指南==
 +
 
 +
==项目==
 +
 
 +
==图集==
 +
<gallery>
 +
image:junit-component.png|组件
 +
image:junit4.png|JUnit 4
 +
image:junit5-modularization-01.png|JUnit 5
 +
image:junit5-modularization-02.png|JUnit 5
 +
image:junit4-vs-junit5.png|JUnit4 vs JUnit 5
 +
</gallery>
 +
 
 +
==链接==
 
*[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:Agile]]
+
[[category:unit testing]]
[[Category:Java]]
+
[[category:software testing]]
 +
[[category:agile]]
 +
[[category:java]]

2022年4月11日 (一) 00:55的最后版本

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

JUnit

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

[编辑] 功能

[编辑] 指南

[编辑] 项目

[编辑] 图集

[编辑] 链接

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

变换
操作
导航
工具箱