Test Java code using mock objects http://jmock.codehaus.org/
Go to file
2024-01-06 00:07:10 +01:00
java-jmock1.spec rebuilt with java-openjdk support [release 1.2.0-3mamba;Sat Mar 26 2011] 2024-01-06 00:07:10 +01:00
java-jmock-1.2.0-AssertMo.patch rebuilt with java-openjdk support [release 1.2.0-3mamba;Sat Mar 26 2011] 2024-01-06 00:07:10 +01:00
java-jmock-1.2.0-build_xml.patch rebuilt with java-openjdk support [release 1.2.0-3mamba;Sat Mar 26 2011] 2024-01-06 00:07:10 +01:00
README.md rebuilt with java-openjdk support [release 1.2.0-3mamba;Sat Mar 26 2011] 2024-01-06 00:07:10 +01:00

java-jmock1

JMock is a library that supports test-driven development1 of Java2 code with mock objects3. Mock objects help you design and test the interactions between the objects in your programs.

The jMock library:

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