File: control

package info (click to toggle)
easymock 2.3%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 848 kB
  • ctags: 1,502
  • sloc: java: 8,523; sh: 65; xml: 58; makefile: 42
file content (36 lines) | stat: -rw-r--r-- 1,581 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
Source: easymock
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jan-Pascal van Best <janpascal@vanbest.org>
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/easymock/
Vcs-svn: svn://svn.debian.org/svn/pkg-java/trunk/easymock/
Build-Depends: cdbs, debhelper (>= 5.0.42), dpatch (>= 2.0),
 java-gcj-compat-dev (>= 1.0.77-2), ant-optional (>= 1.7.0), 
 junit4 (>= 4.3.1)
Standards-Version: 3.7.3
Homepage: http://www.easymock.org

Package: libeasymock-java
Architecture: all
Depends: java-gcj-compat (>= 1.0.76) | java2-runtime
Suggests: libeasymock-java-doc
Description: Java library to generate Mock Objects for given interfaces
 EasyMock 2 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
Enhances: libeasymock-java
Description: Java library to generate Mock Objects for given interfaces (documentation)
 EasyMock 2 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.