Binary package “libeasymock-java” in ubuntu trusty

Java library to generate Mock Objects for given interfaces

 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.