Meta Configuration of Package jmock
1
<package name="jmock" project="devel:java:maven">
2
<title>Test Java code using mock objects</title>
3
<description>jMock is a library for testing Java code using mock objects. Mock
4
objects help you design and test the interactions between the
5
objects in your programs. The jMock package: * makes it quick and
6
easy to define mock objects, so you don't break the rhythm of
7
programming.
8
9
* lets you define flexible constraints over object interactions,
10
reducing the brittleness of your tests.
11
12
* is easy to extend.
13
</description>
14
</package>
15