About jDummy

jDummy is thin layer on top of jMock, a library for testing Java code with mock objects. jDummy adds to jMock the following features.

  1. nMock2-style syntax requiring far fewer castes
  2. Syntax that encourages distinguishing stub behavior from expected behavior
  3. A powerful new default stub which can greatly reduce lines of test code by automating generation of dummy data, and a syntax which encourages its use.

Comments and suggestions are encouraged!

jDummy Documentation

For a quick introduction, look here. Most of the documentation is in the javadoc. For a discussion of the benefits of using jDummy, look here.