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.
README.Debian-source for EasyMock
=================================
The download from upstream is a ZIP file which contains:
- src.zip, containing the source files for EasyMock
- tests.zip, containing unit test source and class files
- samples.zip containing sample source and class files
- HTML documentation
- pre-build javadocs
- pre-build JAR file
- Clover results
The debian/get-orig-source.sh
more»
easymock (2.4+ds1-3ubuntu2) karmic; urgency=low
* debian/rules: Set JAVA_HOME to match with default-jdk
-- Thierry Carrez <thierry.carrez@ubuntu.com> Fri, 21 Aug 2009 11:36:53 +0200
easymock (2.4+ds1-3ubuntu1) karmic; urgency=low
* debian/control:
- Build depend on default-jdk (LP: #416387)
- Runtime depend on default-jre-headless | java5-runtime-headless
-- Thierry Carrez <thi
more»