jMock 1.0.1
[ npryce ] 09:28, Monday, 7 June 2004

The jMock team are pleased to announce the release of jMock 1.0.1.

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.

Binary and source distributions and documentation can be downloaded from http://www.jmock.org.


Changes from 1.0.0

  • Fixed bug in error messages that report verify failures
  • Various minor error message improvements