Source: httpunit Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page Build-Depends: ant, debhelper (>= 11), default-jdk, javahelper, junit, libmail-java, libjtidy-java, libnekohtml-java, libservlet3.1-java, libxerces2-java, maven-repo-helper (>= 1.6), rhino Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/httpunit.git Vcs-Git: https://anonscm.debian.org/git/pkg-java/httpunit.git Homepage: http://httpunit.org 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.