File: control

package info (click to toggle)
jmock2 2.5.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,296 kB
  • sloc: java: 7,436; xml: 541; sh: 122; makefile: 24; ansic: 9
file content (47 lines) | stat: -rw-r--r-- 1,889 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
Source: jmock2
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Gabriele Giacone <1o5g4r8o@gmail.com>
Build-Depends: debhelper (>> 7), javahelper (>= 0.29), ant, cdbs, ant-optional,
 maven-repo-helper
Build-Depends-Indep: default-jdk, libhamcrest-java (>= 1.2), libcglib-java, libasm3-java,
 junit4, bsh, libobjenesis-java
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-java/jmock2.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/jmock2.git
Homepage: http://www.jmock.org/

Package: libjmock2-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}, libcglib-java, libobjenesis-java
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