File: control

package info (click to toggle)
jmock2 2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,372 kB
  • sloc: java: 9,708; xml: 600; makefile: 2
file content (60 lines) | stat: -rw-r--r-- 2,005 bytes parent folder | download
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
51
52
53
54
55
56
57
58
59
60
Source: jmock2
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Stephen Nelson <stephen@eccostudio.com>
Build-Depends:
 debhelper (>= 11),
 maven-debian-helper (>= 2.0)
Build-Depends-Indep:
 bsh,
 default-jdk,
 junit,
 junit4,
 libasm-java (>= 5.0),
 libcglib-java (>= 3.0),
 libhamcrest-java (>= 1.3),
 libjaxws-api-java,
 libmaven-dependency-plugin-java,
 libmaven-exec-plugin-java,
 libmaven-javadoc-plugin-java,
 libobjenesis-java
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/jmock2.git
Vcs-Browser: https://salsa.debian.org/java-team/jmock2
Homepage: http://www.jmock.org/

Package: libjmock2-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java library for testing code with mock objects
 Mock objects help you design and test the interactions between the objects in
 your programs.
 The jMock library:
  * makes it quick and easy to define mock objects, so you don't break the
    rhythm of programming.
  * lets you precisely specify the interactions between your objects, reducing
    the brittleness of your tests.
  * works well with the autocompletion and refactoring features of your IDE
  * plugs into your favourite test framework
  * is easy to extend.

Package: libjmock2-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libjmock2-java
Description: Documentation for jmock2
 Mock objects help you design and test the interactions between the objects in
 your programs.
 The jMock library:
  * makes it quick and easy to define mock objects, so you don't break the
    rhythm of programming.
  * lets you precisely specify the interactions between your objects, reducing
    the brittleness of your tests.
  * works well with the autocompletion and refactoring features of your IDE
  * plugs into your favourite test framework
  * is easy to extend.
 .
 This is the API documentation for jmock2