Location:
Search - Junit单元测试
Search list
Description: 简单的控制台计算器
以及该计算器所生成的测试类,及测试用例
Platform: |
Size: 1044 |
Author: Viper_Fish |
Hits:
Description: 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 patterns thank Comrade Liu Bing (technical adviser bliu76@yeah.net) is an excellent JUnit Java unit testing framework, by two world-class software Masters Erich Gamma and Kent Beck completed joint development. In this paper, readers will be introduced in the development of JUnit is the process of how the application of design patterns.
Platform: |
Size: 156672 |
Author: 清风 |
Hits:
Description: 《Junit In Action》是一本很好的书,它讲了如何在J2EE架构中构建单元测试,以及如何设计-"Junit In Action" is a very good book, which stresses how the J2EE framework Construction unit testing, and how to design
Platform: |
Size: 10044416 |
Author: 张瑾 |
Hits:
Description: 在Eclipse中使用JUnit进行单元测试的教程,word格式-use the Eclipse JUnit unit test tutorials, word format
Platform: |
Size: 13312 |
Author: sdff |
Hits:
Description: 一个非常好的java单元测试类库,由java鼻祖编写的.地址(www.junit.org).-a very good test unit java class libraries, prepared by the originator of java. Address (www.junit.org).
Platform: |
Size: 112640 |
Author: zqp |
Hits:
Description: 不管是测试驱动开发或者是其它的开发模式,都会需要对代码进行单元测试,对于关联依赖关系少或者比较简单的类来说,直接使用JUnit就可以轻松的完成测试工作,但是对于关联到其它比较复杂的类或对运行环境有要求的类的单元测试,比如ejb,servlet或Dao等,测试起来或者需要配置特定的环境,或者十分耗时,给单元测试造成困难。在这里使用JMock来模拟那些不需要测试的类-regardless of test-driven development, or other pattern of development, will need to test code modules, Association for less dependence or relatively simple category, direct use JUnit can easily complete the testing, But linked to other more complex type or operating environment to the requirements of the unit test categories, such as Bob, servlet or Dao, up tests or specific configuration needs of the environment, or very time-consuming, to unit test difficult. Here JMock used to simulate those who do not need the test category
Platform: |
Size: 605184 |
Author: 张振南 |
Hits:
Description: 这是用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.
Platform: |
Size: 14336 |
Author: 邹文科 |
Hits:
Description: c++单元测试框架,CppUnit
基于JUnit-c unit test framework, based on the JUnit CppUnit
Platform: |
Size: 910336 |
Author: abcdefg |
Hits:
Description: Junit in Action的随书原代码,学习j2ee单元测试必看!-Junit in Action book with the original code, unit test learning j2ee watched every game!
Platform: |
Size: 3983360 |
Author: 张涛 |
Hits:
Description: 测试驱动开发(TDD)是以测试作为开发过程的中心,它坚持,在编写实际代码之前,先写好基于产品代码的测试代码。开发过程的目标就是首先使测试能够通过,然后再优化设计结构。测试驱动开发式是极限编程的重要组成部分。XUnit,一个基于测试驱动开发的测试框架,它为我们在开发过程中使用测试驱动开发提供了一个方便的工具,使我们得以快速的进行单元测试。XUnit的成员有很多,如JUnit,PythonUnit等。今天给大家介绍的CppUnit即是XUnit家族中的一员,它是一个专门面向C++的测试框架。-test-driven development (TDD) is tested as the center of the development process, it maintained, in the preparation of the actual code, before getting the product code based on the test code. The goal of the development process is the first to test passed, and then optimize the design of the structure. Test-driven development is an important limit programming components. XUnit, one based on test-driven development of the testing framework, it for us in the process of developing the use of test-driven development provides a convenient tool allow us to conduct rapid testing modules. XUnit many of the members, such as JUnit, PythonUnit other. Today, we introduce to the CppUnit XUnit family is the one. It is a special test for C framework.
Platform: |
Size: 780288 |
Author: 康烨 |
Hits:
Description: junit和设计模式使用介绍,java应用最广泛的单元测试工具Junit和其设计模式简介-JUnit and introduced the use of design patterns, java the most widely used unit testing tool Junit Design Patterns and their profile
Platform: |
Size: 145408 |
Author: 虎刚 |
Hits:
Description: C++中的单元测试类库,用法与JUnit相似。是做C++程序单元测试的好帮手。-C++ Of the unit test class library, similar to JUnit usage. Is to do C++ Procedure unit tests a good helper.
Platform: |
Size: 760832 |
Author: |
Hits:
Description: 单元测试的模板提供给大家,希望能有更多的模板进行交流-Unit testing templates available to everyone, hoping to have more exchanges templates
Platform: |
Size: 227328 |
Author: 魄心 |
Hits:
Description: 单元测试的一份用例报告,要的快点下载,上传更多的用例报告-Unit Testing a use case report, to the quick download, upload more use cases
Platform: |
Size: 25600 |
Author: 魄心 |
Hits:
Description: 软件测试工具junit的使用, 是最基本的单元测试工具-Software testing tools JUnit use, is the most basic unit testing tool
Platform: |
Size: 97280 |
Author: 邓新 |
Hits:
Description: 关于java单元测试的一些文档,希望对大家有所帮助,-Java unit testing on a number of documents, I hope all of you help,
Platform: |
Size: 22528 |
Author: 杨扬 |
Hits:
Description: 在Eclipse中使用JUnit
测试对于保证软件开发质量有着非常重要的作用,单元测试更是必不可少,JUnit是一个非常强大的单元测试包-JUnit in Eclipse to use the test to ensure the quality of software development has a very important role, unit testing is essential, JUnit is a very powerful unit testing package
Platform: |
Size: 135168 |
Author: liao |
Hits:
Description: 单元测试之道Java版:使用JUnit,教你一步步的操作JUnit!-Unit Testing Java version of the road: the use of JUnit, teach you step by step the operation of JUnit!
Platform: |
Size: 5251072 |
Author: 史立波 |
Hits:
Description: JUnit是一个优秀的Java单元测试框架,由两位世界级软件大师Erich Gamma 和 Kent Beck共同开发完成。本文将向读者介绍在开发JUnit的过程中是怎样应用设计模式的。-JUnit design pattern analysis
Platform: |
Size: 158720 |
Author: dingxu |
Hits:
Description: 详细解释了从单元测试的入门到进阶的技术,开发工具为eclipse(For unit testing, the development tool is eclipse)
Platform: |
Size: 48144384 |
Author: 哈哈呀哈哈
|
Hits: