File: control

package info (click to toggle)
httpunit 1.7%2Bdfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,416 kB
  • ctags: 6,394
  • sloc: java: 33,504; xml: 483; sh: 68; makefile: 11
file content (40 lines) | stat: -rw-r--r-- 1,820 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
Source: httpunit
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>, James Page <james.page@ubuntu.com>
Section: java
Priority: optional
Build-Depends: default-jdk, ant, javahelper, debhelper (>= 7.0.50~),
 rhino, libjtidy-java, junit, libgnumail-java,
 libservlet2.5-java, libnekohtml-java, libxerces2-java,
 maven-repo-helper (>= 1.6)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/httpunit/
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/httpunit
Homepage: http://httpunit.org/

Package: libhttpunit-java
Architecture: all
Depends: libnekohtml-java, rhino, libjtidy-java, 
 libservlet2.5-java, libxerces2-java, ${misc:Depends}
Recommends: junit
Suggests: libhttpunit-java-doc (= ${binary:Version})
Description: automated web site testing toolkit
 HttpUnit emulates the relevant portions of browser behavior, including form
 submission, JavaScript, basic http authentication, cookies and automatic page
 redirection, and allows Java test code to examine returned pages either as
 text, an XML DOM, or containers of forms, tables, and links.

Package: libhttpunit-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libhttpunit-java (= ${binary:Version}), default-jdk-doc
Description: documentation for libhttpunit-java
 Documentation for HttpUnit which is an automated web site testing toolkit.
 .
 HttpUnit emulates the relevant portions of browser behavior, including form
 submission, JavaScript, basic http authentication, cookies and automatic page
 redirection, and allows Java test code to examine returned pages either as
 text, an XML DOM, or containers of forms, tables, and links.
 .
 This package includes a small manual, the javadoc API, a tutorial and examples.