Welcome![Sign In][Sign Up]
Location:
Search - junit

Search list

[Program docjunit使用文档

Description:
Platform: | Size: 90071 | Author: gzwangc | Hits:

[OtherMSDNIntegrator-1[1].0

Description: 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 test and based on the GUI surveillance test. Origin: Http://sourceforge.net/projects/cppunit/
Platform: | Size: 177152 | Author: 胡晓 | Hits:

[Othercppunitdemo

Description: CppUnit测试框架入门-CppUnit test portal framework
Platform: | Size: 6144 | Author: 李帆 | Hits:

[JSP/Javadbunit-2.0-src

Description: 一个基于JUnit测试框架的关于数据库的测试框架,不错!-a test based on the JUnit framework of the database on the testing framework, it is true!
Platform: | Size: 475136 | Author: Victor.Li | Hits:

[JSP/JavaClassBench

Description: java的测试程序。 Test Object : Stack3 Test Enviroment: Win2000 Junit 3.8.1 Jre : 1.4.2 Emma-java test program. Test Object : Stack3 Test Enviroment: Win2000 Junit 3.8.1 Jre : 1.4.2 Emma
Platform: | Size: 558080 | Author: 徐回 | Hits:

[JSPjmock-1.0.1-src

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:

[AI-NN-PRjgap_2.5_src

Description: java实现的遗传算法, 他的设计需要最小集合的支持, 并且在这个基础上实现更复杂的遗传算法! 目录结构如下: jgap_2.5_src.zip\srcjgap_2.5_src.zip\lib jgap_2.5_src.zip\examples jgap_2.5_src.zip\tests 还有相应的帮助-achieve the genetic algorithm, the design needs the support of the smallest pools, and on the basis of a more complex genetic algorithm! Directory structure is as follows : jgap_2.5_src.zip \ srcjgap_2.5_src.zip \ lib jgap_2.5_src.zip \ examples jgap_2.5_src.zi p \ corresponding tests also help
Platform: | Size: 670720 | Author: star | Hits:

[JSP/JavaTestSampleServlet

Description: 可通过Explice运行,调用Junit测试.正确通过并能有返回的测试结果。-through Explice operation, Call Junit test. through correct and will be returned to the test results.
Platform: | Size: 1024 | Author: yangl | Hits:

[Menu controlEynews(struts+jstl)

Description: ·此文件为电子书籍。求这里的 ·jbuilder 9 基础教程 jbuild ·JAVA程序员必读基础篇 J2ME ·java编的学生信息管理系统, ·经典JAVA试题,对JAVA中出现 ·21天学通Java 2,很好的JA ·java编程思想,这是一本很好 ·《Junit In Action》是一本 ·此文件为电子书籍。求这里的 ·Thinking_in_Java的一篇读后 -this paper to electronic books. Here for the JBuilder 9 basis Guide jbuild Java programmers required reading for the project J2M E java series of the Student Information Management System, classic JAVA questions, right JAVA appeared 21 days learning Java-2, JA good java programming ideas, This is a very good "Junit In Action" is a file for e-books. Here for a reading of Thinking_in_Java
Platform: | Size: 3805184 | Author: 赛文 | Hits:

[ELanguageCppUnit

Description: c++单元测试框架,CppUnit 基于JUnit-c unit test framework, based on the JUnit CppUnit
Platform: | Size: 910336 | Author: abcdefg | Hits:

[OtherCUnit-2.1-0-src

Description: CUNIT c 测试框架,类似大名鼎鼎的junit,很有用的,这里是原代码,可以编译生成lib文件-CUNIT c testing framework, similar to the famous junit, very useful, here is the original code. lib compiler can generate documents
Platform: | Size: 258048 | Author: 吴丽军 | Hits:

[JSP/JavaspringTest

Description: 是spring和hibernate的一个测试工程,用Junit做为基础!-is spring and hibernate in a test project with the foundation Junit!
Platform: | Size: 15360 | Author: Raymend | Hits:

[Otherhowtousecppunit4test

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:

[Linux-Unixcppunit-1.12.0.tar

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:

[AI-NN-PRjgap_3.2.1_src_3rdpartylib

Description: 用java实现遗传算法的调用,最新版本!-Java genetic algorithm used to achieve call, the latest version!
Platform: | Size: 1072128 | Author: heisure | Hits:

[BooksPragmaticUnitTestinginJavawithJUnit

Description: PragmaticUnitTestinginJavawithJUnit PragmaticUnitTestinginJavawithJUnit
Platform: | Size: 825344 | Author: | Hits:

[Software Engineeringjunit_template

Description: 单元测试的模板提供给大家,希望能有更多的模板进行交流-Unit testing templates available to everyone, hoping to have more exchanges templates
Platform: | Size: 227328 | Author: 魄心 | Hits:

[Software Engineeringjunit_usecase

Description: 单元测试的一份用例报告,要的快点下载,上传更多的用例报告-Unit Testing a use case report, to the quick download, upload more use cases
Platform: | Size: 25600 | Author: 魄心 | Hits:

[JSP/Javajunit4.4

Description: JUNIT1.4源文件等等 源文件等等 源文件-JUNIT1.4 source file source files and so on and so forth and so on source file source file
Platform: | Size: 813056 | Author: xf | Hits:

[JSP/JavaJUNITExample

Description: 对使用junit的三角形的测试代码,软件测试时的简单使用-Triangle on the use of JUnit test code, software testing simple to use
Platform: | Size: 3072 | Author: zhouwenyong | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 25 »

CodeBus www.codebus.net