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
|
Source: jmock
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
default-jdk-headless,
javahelper,
junit,
libcglib-nodep-java,
maven-repo-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/jmock
Vcs-Git: https://salsa.debian.org/java-team/jmock.git
Homepage: http://www.jmock.org
Package: libjmock-java
Architecture: all
Depends: ${misc:Depends},
junit,
libcglib-nodep-java
Suggests: libjmock-java-doc
Description: Java library for testing code with mock objects
JMock is a library that supports test-driven development of Java code
with mock objects.
.
Mock objects help you design and test the interactions between the objects in
your programs.
Package: libjmock-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: default-jdk-doc
Description: Java library for testing code with mock objects - documentation
JMock is a library that supports test-driven development of Java code
with mock objects.
.
Mock objects help you design and test the interactions between the objects in
your programs.
.
This package provides javadocs for JMock library.
|