Binary package “libeasymock-java-doc” in ubuntu precise

Java library to generate Mock Objects for given interfaces (documentation)

 EasyMock 2 is a library that provides an easy way to use Mock Objects for given
 interfaces. Mock Objects simulate parts of the behavior of domain code,
 and are able to check whether they are used as defined.
 Domain classes can be tested in isolation
 by simulating their collaborators with Mock Objects.
 .
 This package contains the documentation for the Mock Objects library.