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
|
Source: httpunit
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: James Page <james.page@ubuntu.com>
Section: java
Priority: optional
Build-Depends: ant,
debhelper-compat (= 13),
default-jdk-headless,
javahelper,
junit,
libmail-java,
libjtidy-java,
libnekohtml-java,
libservlet3.1-java,
libxerces2-java,
maven-repo-helper,
rhino
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/httpunit
Vcs-Git: https://salsa.debian.org/java-team/httpunit.git
Homepage: https://httpunit.sourceforge.net/
Package: libhttpunit-java
Architecture: all
Depends: libjtidy-java,
libnekohtml-java,
libservlet3.1-java,
libxerces2-java,
rhino,
${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: default-jdk-doc,
libhttpunit-java (= ${binary:Version})
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.
|