easymock 2.4+ds1-5 source package in Ubuntu

Changelog

easymock (2.4+ds1-5) unstable; urgency=low

  * Team upload.

  [ Matthias Schmitz ]
  * Install the pom.xml (Closes:#593160):
    - Remove unneeded d/libeasymock-java.dirs.

  [ Damien Raude-Morvan ]
  * Drop Depends on JRE packages since it's a library (as per Debian Java
    Policy).
  * Update Standards-Version: 3.9.2:
    - Rename d/README.Debian-source to debian/README.source
 -- Jean-Louis Dupond <email address hidden>   Tue,  03 May 2011 10:27:55 +0000

Upload details

Uploaded by:
Jean-Louis Dupond
Uploaded to:
Oneiric
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
easymock_2.4+ds1.orig.tar.gz 70.7 KiB 855426ea23b5bb2baa8d2dd6220a88e5a202940625dac2708db239d40f612577
easymock_2.4+ds1-5.debian.tar.gz 7.4 KiB f70974813060d28461e8ea9a05b321d98cf97eb430d04aff9b547fa51bcf741a
easymock_2.4+ds1-5.dsc 2.0 KiB ce16e454eb1324cd60624d90eeb9224d0605988e5025dffd71dd0086c3198918

Available diffs

View changes file

Binary packages built by this source

libeasymock-java: 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.

libeasymock-java-doc: 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.