1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: easymock
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Jan-Pascal van Best <janpascal@vanbest.org>,
Markus Koschany <apo@gambaru.de>
Build-Depends:
ant,
ant-optional,
debhelper (>= 9),
javahelper,
maven-repo-helper
Build-Depends-Indep:
default-jdk,
junit4,
libcglib3-java,
libobjenesis-java
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/easymock/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/easymock/
Homepage: http://www.easymock.org
Package: libeasymock-java
Architecture: all
Depends:
${java:Depends},
${misc:Depends}
Suggests:
libeasymock-java-doc
Description: Java library to generate Mock Objects for given interfaces
EasyMock 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.
Package: libeasymock-java-doc
Architecture: all
Depends:
${misc:Depends}
Section: doc
Enhances:
libeasymock-java
Description: Java library to generate Mock Objects for given interfaces (documentation)
EasyMock 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.
|