搜索资源列表
Junit
- 一个非常好的java单元测试类库,由java鼻祖编写的.地址(www.junit.org).-a very good test unit java class libraries, prepared by the originator of java. Address (www.junit.org).
junit
- 软件测试工具junit的使用, 是最基本的单元测试工具
JUnit
- 关于java单元测试的一些文档,希望对大家有所帮助,
JUnit设计模式分析及简化的JUnit代码
- JUnit设计模式分析及简化的JUnit代码 Junit 中的设计模式 感谢刘兵同志 (技术顾问 bliu76@yeah.net) JUnit 是一个优秀的Java 单元测试框架,由两位世界级软件大师Erich Gamma 和 Kent Beck 共同开发完 成。本文将向读者介绍在开发JUnit 的过程中是怎样应用设计模式的。-JUnit design pattern to simplify the analysis and code Junit JUnit the design pattern
软件测试实验报告
- 一、实验目的 1.掌握白盒测试、黑盒测试用例的设计。 2.熟悉使用Junit框架进行基于java语言的单元测试。 ? 二、实验要求: 1、使用白盒测试用例设计方法为下面的程序设计测试用例: 程序要求:10个铅球中有一个假球(比其他铅球的重量要轻),用天平三次称出假球。 程序设计思路:第一次使用天平分别称5个球,判断轻的一边有假球;拿出轻的5个球,取出其中4个第二次称,两边分别放2个球:如果两边同重,则剩下的球为假球;若两边不同重,拿出轻的两个球称第三次,轻的为假球。 2、使用等价
Java简单计算器+Junit单元测试
- 简单的控制台计算器 以及该计算器所生成的测试类,及测试用例
junit-3.8.2.src
- java单元测试包的源码,在网上找了很长时间都没有找到。-java unit 3.8
Test
- 使用junit进行单元测试的例子,供大家参考!-junit test
MyeclipseJUnit
- JUnit说白了就是对Java程序代码进行单元测试的java框架,既然是框架就有一套规则,按着这个来就可以测试java程序了,-JUnit it means to the Java code for java unit testing framework, since it is the framework on a set of rules, following this to java program can be tested, and
testJunit
- 使用Junit单元测试测试代码示例,是程序员使用Junit进行单元测试的好范例-Unit testing using Junit test code example, a programmer to use Junit to unit test a good example of
JUnit.tar
- JUnit单元测试在Android平台的范例,有文档及范例代码-Junit on Android
JUnit_Ant_test
- junit + ant测试入门指导,叫你怎么使用JUnit单元测试。Eclipse-Junit+ ant software test,basic Unit test @ Eclipse
junit4.8.2
- 单元测试利器Junit的Jar包及使用手册-The Jar tool Junit unit test package and user manual
android-Junit
- android单元测试的源码程序,对初学者很有帮助的!-android source unit testing procedures, very helpful for beginners! . . . . . . . .
JUnit
- 使用junit编写测试的方法 进行单元测试-Junit test using the method of preparation of unit test
simple
- 一个Maven 工程的简单实例,包括pos.xml文件的基本结构和配置。工程包含一个java实例和基于JUNIT单元测试的实例。-Simple example of a Maven project, including pos.xml the basic structure and configuration files. Project contains a java unit testing examples and instances based on JUNIT.
Junit
- Junit 单元测试工具,他可以是用户很方便地进行测试,检测出错误,提高测试人工的工作效率,并保证程序的质量。-Junittest tolls,it can make users convinient to test,check out the errors,promise the quality of the program.
JUnit
- JUnit帮助你学习单元测试,更助你在测试java源码时,知道隐藏的bug,找出所有潜在的bug,对代码健壮性有非常大的帮助-JUnit unit test to help you learn more to help you test the java source code, knowing the hidden bug, identify all potential bug, the robustness of the code has a very big help
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)