Source: easymock Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Markus Koschany Build-Depends: debhelper-compat (= 12), default-jdk, junit4, junit5, libcglib-java, libmaven-bundle-plugin-java, libmaven-enforcer-plugin-java, libmaven-javadoc-plugin-java, libobjenesis-java, maven-debian-helper, testng Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/java-team/easymock.git Vcs-Browser: https://salsa.debian.org/java-team/easymock Homepage: http://www.easymock.org Package: libeasymock-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: libeasymock-java-doc, ${maven:OptionalDepends} 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 Section: doc Depends: ${misc:Depends} Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends} 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.