Friday, October 24, 2008

Java: Open Source Mocking Framework

JMock is a library that supports test-driven development of Java code with mock objects.

Mock objects help you design and test the interactions between the objects in your programs.

The jMock library:

1.makes it quick and easy to define mock objects, so you don’t break the rhythm of programming.
2.lets you precisely specify the interactions between your objects, reducing the brittleness of your tests.
3.works well with the autocompletion and refactoring features of your IDE plugs into your favourite test framework is easy to extend.

Read More...

No comments: