搜索资源列表
MSDNIntegrator-1[1].0.zip
- CppUnit 是著名的用于单元测试的JUnit框架的C++移植。测试输出是XML或文本格式,可以用于自动化测试和基于GUI的监督测试。 来源:http://sourceforge.net/projects/cppunit/
Junit
- 一个非常好的java单元测试类库,由java鼻祖编写的.地址(www.junit.org).-a very good test unit java class libraries, prepared by the originator of java. Address (www.junit.org).
CourseBean_JUNITtest
- 这是用junit对javabean的单元测试,其中有javabean代码CourseBean.java,另一个CourseBeanTest.java对它进行测试.-This is the Community of javabean unit testing, which javabean CourseBean.java code, Another CourseBeanTest.java it for testing.
CppUnit
- c++单元测试框架,CppUnit 基于JUnit-c unit test framework, based on the JUnit CppUnit
howtousecppunit4test
- 测试驱动开发(TDD)是以测试作为开发过程的中心,它坚持,在编写实际代码之前,先写好基于产品代码的测试代码。开发过程的目标就是首先使测试能够通过,然后再优化设计结构。测试驱动开发式是极限编程的重要组成部分。XUnit,一个基于测试驱动开发的测试框架,它为我们在开发过程中使用测试驱动开发提供了一个方便的工具,使我们得以快速的进行单元测试。XUnit的成员有很多,如JUnit,PythonUnit等。今天给大家介绍的CppUnit即是XUnit家族中的一员,它是一个专门面向C++的测试框架。-tes
cppunit-1.12.0.tar
- C++中的单元测试类库,用法与JUnit相似。是做C++程序单元测试的好帮手。
dunit-9.3.0
- 类似于Java JUnit的单元测试,Delphi版本
cxxtest-selftest
- CPPTest 是一个类似与 JUnit 的单元测试软件,可用于 C++ 程序代码的单元检测。这是 CPPTest 的实例程序。
C_UT_TOOL
- 一个单元测试框架,主要和应用文件一起编译运行,检查c文件中函数的BUG。在实际使用中,主要应用在linux上,用法非常类似于Junit。
Java简单计算器+Junit单元测试
- 简单的控制台计算器 以及该计算器所生成的测试类,及测试用例
JunitTest
- android 单元测试框架,介绍了单元测试的组成模块,是一份不错的学习资料-Junit Test for android
MSDNIntegrator-1[1].0
- CppUnit 是著名的用于单元测试的JUnit框架的C++移植。测试输出是XML或文本格式,可以用于自动化测试和基于GUI的监督测试。 来源:http://sourceforge.net/projects/cppunit/ -CppUnit is famous uses in unit test JUnit the frame C transplant. The test output is XML or the text format, may use in the automated
cppunit
- open source的单元测试项目,详细请见source forge, 由junit移植的C++版本。-open source unit testing project in detail please refer to source forge, by the JUnit transplant C++ version.
momeunit-all-1_1_2.tar
- MoMEUnit是一个单元测试的J2ME的应用程序xUnit架构实例。这是来自JUnit框架,CLDC 1.1兼容。测试的结果以进度条,统计显示,并为每个测试列出的失败或错误的详细信息。-MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. It is derived from the JUnit framework. It is only CLDC 1.1 complia
JUnit.tar
- JUnit单元测试在Android平台的范例,有文档及范例代码-Junit on Android
android-Junit
- android单元测试的源码程序,对初学者很有帮助的!-android source unit testing procedures, very helpful for beginners! . . . . . . . .
Example_Junit
- 单元测试Junit是软件开发中常用的技术。 在Android开发中配置单元测试环境也是很方便的。 配置环境需要以下三步: ①配置单元测试库 ②导入单元测试包 ③编写单元测试类-Unit testing Junit is commonly used in software development technology. Hive testing in Android development environment is also very convenient. The con
CoolJunit
- Junit 单元测试另类方法, 十分简炼 -software testing in unit with java
junit
- junit-4.12下载,JUnit是一个Java语言的单元测试框架。JUnit是一个开放源代码的Java测试框架,用于编写和运行可重复的测试。(Junit-4.12 is downloaded, and JUnit is a unit testing framework for the Java language. JUnit is an open source Java testing framework for writing and running repeatable tests.)
Junit实战第二版 中文完整版
- 详细解释了从单元测试的入门到进阶的技术,开发工具为eclipse(For unit testing, the development tool is eclipse)