[ 源代码: mockobjects ]
软件包: libmockobjects-java (0.09-6)
libmockobjects-java 的相关链接
Trisquel 的资源:
下载源码包 mockobjects:
维护者:
Original Maintainers:
- Debian Java Maintainers (Mail Archive)
- Torsten Werner
- Varun Hiremath
外部的资源:
- 主页 [www.mockobjects.com]
相似软件包:
Framework for developing and using mock objects
Mock Objects is a test-first driven framework for building generic software and/or unit testing frameworks. It supports:
* A methodology for developing and using mock objects. * A core mock object framework. This is a library of code that supports the implementation of mock objects, based around a set of expectation classes for values and collections. There are also various other classes to make mock objects easier to write or to use. * A default set of mock implementations for the standard Java platform APIs. We have made a start on packages such as servlets, sql, and io.