Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jmock: Test Java code using mock objects
- Summary
- jMock is a library for testing Java code using mock objects.
Mock objects help you design and test the interactions between the
objects in your programs.
The jMock package:
* makes it quick and easy to define mock objects, so you don't break
the rhythm of programming.
* lets you define flexible constraints over object interactions,
reducing the brittleness of your tests.
* is easy to extend.
Arch: noarch
Download: | jmock-1.0.1-2jpp.src.rpm |
Build Date: | Wed Nov 9 10:48:45 2005 |
Packager: | Ralph Apel <r.apel@r-apel.de> |
Size: | 595 KiB |
Changelog
- * Wed Nov 9 11:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.0.1-2jpp
-
- Fix asm classpath
- Fix license
- No ghost in demo
- javadoc postun
- Promote to free
- Version 48 classfiles are created
- activemq, qdox and xstream successful unit tests with this jmock version
- * Wed Mar 16 11:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.0.1-1jpp
-
- Upgrade to 1.0.1
- Patch to adapt to asm-1.5.3
- Built with asm-1.5.3 and cglib-2.1.0
- * Mon Aug 23 12:00:00 2004 Randy Watler <rwatler at finali.com> - 0:1.0.0-3jpp
-
- Rebuild with ant-1.6.2
- Upgrade to Ant 1.6.X