02 2012 档案

摘要:Sireum/Kiasan是一个类似于JPF的软件检测工具,可以进行基于合同的自动检测和测试用例的生成。Sireum/Kiasan for Java is aJMLcontract-based automatic verification and test case generation tool-set for Java program units. In contrast to regular unit testing methods, Kiasan does not need input parameters for checking units. Without assertions 阅读全文
posted @ 2012-02-17 15:53 zztian 阅读(390) 评论(0) 推荐(0)
摘要:本章导读上一章介绍的Ant,主要用来构建、包装和发布Java程序,而Java程序的测试则由另外一个工具来完成,那就是JUnit。本章首先对JUnit进行介绍,阐述为什么要使用JUnit,然后介绍JUnit的下载和安装及使用方法,最后介绍JUnit的新特性。8.1 JUnit介绍JUnit是一个开源的Java单元测试框架,由 Erich Gamma 和 Kent Beck 开发完成。8.1.1 JUnit简介JUnit主要用来帮助开发人员进行Java的单元测试,其设计非常小巧,但功能却非常强大。下面是JUnit一些特性的总结:— 提供的API可以让开发人员写出测试结果明确的可重用单元测试用例。— 阅读全文
posted @ 2012-02-16 20:20 zztian 阅读(926) 评论(0) 推荐(0)
摘要:These artifacts (Array-Partition, Binary-Search-Tree, Doubly-Linked-List, Sorting, Vector, Binary-Heap, Disjoint-Set, Red-Black-Tree, and Stack) are Java examples targeted to evaluation of Java symbolic execution and test case generation tools such as Kiasan, JPF, and Jcute. Each example is typicall 阅读全文
posted @ 2012-02-14 11:33 zztian 阅读(288) 评论(0) 推荐(0)
摘要:XML-security is a component library implementing XML signature and encryption standards, supplied by the XML subproject of the open source Apache project. It is available athttp://xml.apache.org/security. It currently provides a mature implementation of Digital Signatures for XML, with implementatio 阅读全文
posted @ 2012-02-13 22:11 zztian 阅读(158) 评论(0) 推荐(0)
摘要:The Java clusters (Cruise Control, Elevator and OrdSet) presented here have been used in an empirical study addressing the impact of using state machines for testing class clusters that exhibit a state-dependent behavior in testing cost effectiveness when compared with structural testing.(就是这些数据集被用来 阅读全文
posted @ 2012-02-13 21:55 zztian 阅读(155) 评论(0) 推荐(0)
摘要:The concurrency testing subjects are a collection of Java programs that exhibit the characteristics of multithreaded activities requiring arbitration. The subjects are useful in studying both the behavior of concurrent program designs and also for model checking analysis. These subjects were collect 阅读全文
posted @ 2012-02-13 21:23 zztian 阅读(219) 评论(0) 推荐(0)