File: control

package info (click to toggle)
mockobjects 0.09-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,804 kB
  • sloc: java: 18,051; xml: 363; sh: 32; python: 27; makefile: 8
file content (56 lines) | stat: -rw-r--r-- 2,114 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
Source: mockobjects
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Torsten Werner <twerner@debian.org>,
 Varun Hiremath <varun@debian.org>
Build-Depends:
 ant,
 debhelper-compat (= 13),
 default-jdk-headless,
 javahelper,
 junit
Standards-Version: 4.7.0
Homepage: https://web.archive.org/web/20160303181037/http://www.mockobjects.com/
Vcs-Git: https://salsa.debian.org/java-team/mockobjects.git
Vcs-Browser: https://salsa.debian.org/java-team/mockobjects

Package: libmockobjects-java
Architecture: all
Depends:
 ${misc:Depends}
Description: Framework for developing and using mock objects
 Mock Objects is a test-first driven framework for building
 generic software and/or unit testing frameworks. It supports:
  * A methodology for developing and using mock objects.
  * A core mock object framework. This is a library of code that
  supports the implementation of mock objects, based around a
  set of expectation classes for values and collections. There are
  also various other classes to make mock objects easier to write
  or to use.
  * A default set of mock implementations for the standard Java
  platform APIs. This is a start on packages such as servlets, sql,
  and io.

Package: libmockobjects-java-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends}
Suggests:
 libmockobjects-java
Description: Framework for developing and using mock objects -- documentation
 Mock Objects is a test-first driven framework for building
 generic software and/or unit testing frameworks. It supports:
  * A methodology for developing and using mock objects.
  * A core mock object framework. This is a library of code that
  supports the implementation of mock objects, based around a
  set of expectation classes for values and collections. There are
  also various other classes to make mock objects easier to write
  or to use.
  * A default set of mock implementations for the standard Java
  platform APIs. This is a start on packages such as servlets, sql,
  and io.
 .
 This package includes the mock objects javadocs.