File: control

package info (click to toggle)
jmock 1.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 580 kB
  • ctags: 975
  • sloc: java: 3,497; makefile: 18; sh: 14
file content (41 lines) | stat: -rw-r--r-- 1,280 bytes parent folder | download | duplicates (2)
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
Source: jmock
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper (>= 10),
 default-jdk,
 javahelper,
 junit (>= 3.8.2),
 libcglib-nodep-java,
 maven-repo-helper
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jmock.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/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
Section: doc
Architecture: all
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.