您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. pragmatic programmers - pragmatic unit testing (in java with junit)

  2. 单元测试之道Java版——使用Junit,不过是E文版的,若哪位有中文版的也可以放上来呀
  3. 所属分类:Java

    • 发布日期:2007-08-03
    • 文件大小:1048576
    • 提供者:jojoy_828
  1. junit基本教程.doc

  2. 在要使用JUNIT的project名上,点击properties--java build path-libraries, 点击Add External JARs,把JUNIT包点上就行了. 并在需要测试的项目上新建junit test case
  3. 所属分类:Java

    • 发布日期:2009-06-17
    • 文件大小:41984
    • 提供者:smbmaths
  1. JUnit中如何测试异常.doc

  2. 很多时候,我们要写一些单元测试来测试我们程序是否能正确触发异常。   比如下面的例子中,我们就写了一个test case来测试一个Email验证类EmailAddrValidator,这个类有一个doValidate(email)方法可以验证email是否合法,如果不合法则会抛出ValidationException异常。因此我们写了两个方法来进行单元测试,前一个方法testDoValidate用来测试正常值,后一个方法testDoValidateException用来测试对错误的email格
  3. 所属分类:Java

    • 发布日期:2009-06-17
    • 文件大小:24576
    • 提供者:smbmaths
  1. Agile Java Development ñ Test-driven Development using JUnit & Eclipse

  2. Agile Java Development Test-driven Development using JUnit Eclipse
  3. 所属分类:Java

    • 发布日期:2009-06-17
    • 文件大小:330752
    • 提供者:smbmaths
  1. XP 单元测试工具Junit 源代码学习.doc

  2. Package framework Class & Interface Hierachy Interface Test 主要方法 countTestCases:统计TestCases 数目 run:运行测试并将结果返回到指定的TestResult 中 Class Assert 首先,Assert 提供的public 方法都可以带或不带自己定义的提示,其次Assert 中的Assert 方法是protected 的,这意外着Assert 是一个静态类,它提供的方法
  3. 所属分类:Java

    • 发布日期:2009-06-17
    • 文件大小:57344
    • 提供者:smbmaths
  1. [ 无敌版]JUNIT基本教程,速成JUNIT

  2. 在淘宝上花钱买的高清电子版!junit是java中书写unit test的framework,目前一些流行的unit test工具大都都是在junit上扩展而来的。
  3. 所属分类:Java

    • 发布日期:2009-07-17
    • 文件大小:39936
    • 提供者:happybence
  1. JUnit Recipes(Junit 菜谱)

  2. 这是英文版,非扫描 部分目录摘录 Fundamentals 3 1.1 What is Programmer Testing? 4 1.2 Getting started with JUnit 10 1.3 A few good practices 17 1.4 Summary 20 2 Elementary tests 22 2.1 Test your equals method 26 2.2 Test a method that returns nothing 33 2.3 Test a
  3. 所属分类:Java

    • 发布日期:2009-07-29
    • 文件大小:7340032
    • 提供者:q421022
  1. JUnit in action

  2. 英文版, JUnit in Action is an example-driven, how-to book on unit-testing Java applications, including J2EE applications, using the JUnit framework and its extensions. This book is intended for readers who are software architects, developers, members o
  3. 所属分类:Java

    • 发布日期:2009-09-03
    • 文件大小:15728640
    • 提供者:Martian
  1. JUnit Test Files Maker v1.02

  2. 这个是最新的版本,更正了v1.01的一个bug。 JUnit Test Files Maker 是一款批量生成JUnit测试用例文件的软件. (注意:JDK 版本要求 5.0以上,当前版本不支持中文路径和带有空格的路径)
  3. 所属分类:Java

  1. Junit in Action

  2. JUnit in Action is an example-driven, how-to book on unit-testing Java applications,including J2EE applications, using the JUnit framework and its extensions. Thisbook is intended for readers who are software architects, developers, members o ftesti
  3. 所属分类:Java

    • 发布日期:2007-10-19
    • 文件大小:9437184
    • 提供者:wyard
  1. JUnit Recipes 2005

  2. As Test-Driven Development practitioners, we have a tendency to write about JUnit exclusively as a tool for writing Object Tests. Because much of the JUnit community intersects with the TDD community, this seems like a reasonable thing to do; howeve
  3. 所属分类:其它

    • 发布日期:2009-10-30
    • 文件大小:7340032
    • 提供者:bestchoice
  1. Junit详解,有助于理解测试

  2. 一份关于Junit使用的资料,希望对大家有帮助
  3. 所属分类:专业指导

    • 发布日期:2009-11-06
    • 文件大小:301056
    • 提供者:haikunsky
  1. test.junit-4.5.jar和test.junit-4.5-sources.jar

  2. 单元测试所需的junit jar包,里面包含class jar 和源码jar,JUnit 是JAVA语言事实上的标准测试库。JUnit 4是三年以来最具里程碑意义的一次发布。它的新特性主要是针对JAVA5中的标记(annotation)来简化测试,而不是利用子类、反射或命名机制。本文将讲述如何使用JUnit 4,当前前提是你最好具有JUnit的使用经验.
  3. 所属分类:Java

    • 发布日期:2011-04-02
    • 文件大小:247808
    • 提供者:lu7kang
  1. JUnit与Ant教程

  2. * 米小國 * 奇想世界☆.╯ Java OpenSource Memorandum - 自動化建構與測試 - Ant 結合 JUnit -------------------------------------------------------------------------------- caterpillar - 星期六 五月 08, 2004 9:55 pm 文章主題: 自動化建構與測試 - Ant 結合 JUnit -------------------------------
  3. 所属分类:网管软件

    • 发布日期:2011-07-04
    • 文件大小:294912
    • 提供者:proud2005
  1. struts-junit spring-mock spring-test junit的javadoc.jar文档

  2. struts-junit spring-mock spring-test junit等的javadoc.jar格式的API文档,直接导入Eclipse/MyEclipse/Netbeans等IDE即可实现快速API查询。 包含以下文件: File name -------------------------------------- junit3 javadoc.jar junit4 javadoc.jar spring-mock sources.jar spring-test sources
  3. 所属分类:Web开发

    • 发布日期:2013-07-30
    • 文件大小:681984
    • 提供者:danieldaniel
  1. junit Jar包

  2. org.junit.Test Junit 测试Jar包 非常好用
  3. 所属分类:Java

    • 发布日期:2015-01-25
    • 文件大小:237568
    • 提供者:daohaode123
  1. test.junit-4.5.jar包

  2. test.junit-4.5.jar 和 test.junit-4.5-sources.jar
  3. 所属分类:Java

    • 发布日期:2015-05-23
    • 文件大小:247808
    • 提供者:goodmoodwww
  1. spring-test and junit 的合集

  2. 这个zip包里面有两个jar ,分别是两个版本的, 因为spring做单元测试的时候, 是很容易出现版本不兼容的情况, 所以我将我用到的jar包分享出来,zip包中内容:hamcrest-core-1.3、junit4.4、junit-4.12、spring_test2.5.5、spring-test-3.2.0.RELEASE
  3. 所属分类:Java

    • 发布日期:2018-07-05
    • 文件大小:972800
    • 提供者:qq_33144317
  1. android-junit-report-dev

  2. 1、 在应用tests目录文件下新建一个libs文件夹,将android-junit-report-dev.jar拷贝到该libs文件夹中 2、 在应用tests目录中的Android.mk文件加上如下配置: LOCAL_STATIC_JAVA_LIBRARIES += android-junit-report-dev-FM2tests include $(CLEAR_VARS) LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := android-junit-re
  3. 所属分类:互联网

    • 发布日期:2020-08-18
    • 文件大小:9216
    • 提供者:xuyin1204
  1. Projet9-B4:Neuvièmeprojet de la composition openclassroom sur les test junit-源码

  2. Projet9-B4:Neuvièmeprojet de la composition openclassroom sur les test junit
  3. 所属分类:其它

    • 发布日期:2021-02-18
    • 文件大小:83968
    • 提供者:weixin_42151599
« 12 3 4 5 6 7 8 9 10 ... 24 »