File: control

package info (click to toggle)
htmlunit 2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 69,152 kB
  • ctags: 162,812
  • sloc: java: 100,731; xml: 19,833; php: 857; ruby: 476; python: 97; sql: 63; sh: 14; makefile: 4
file content (37 lines) | stat: -rw-r--r-- 1,558 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
Source: htmlunit
Section: java
Priority: optional
Maintainer: Ludovico Cavedon <cavedon@debian.org>
Build-Depends: debhelper (>= 10),
               default-jdk,
               libapache-mime4j-java (>= 0.7.2),
               libcssparser-java,
               libhtmlunit-core-js-java (>= 2.8~),
               libhttpclient-java,
               libhttpmime-java (>= 4.1~),
               liblog4j1.2-java,
               libnekohtml-java,
               maven-debian-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/htmlunit.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/htmlunit.git
Homepage: http://htmlunit.sourceforge.net/

Package: libhtmlunit-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Description: GUI-Less browser for Java programs
 HtmlUnit is a "GUI-Less browser for Java programs". It models HTML documents
 and provides an API that allows you to invoke pages, fill out forms, click
 links, etc... just like you do in your "normal" browser.
 .
 It has fairly good JavaScript support (which is constantly improving) and is
 able to work even with quite complex AJAX libraries, simulating either Firefox
 or Internet Explorer depending on the configuration you want to use.
 .
 It is typically used for testing purposes or to retrieve information from web
 sites.
 .
 HtmlUnit is not a generic unit testing framework. It is specifically a way to
 simulate a browser for testing purposes and is intended to be used within
 another testing framework such as JUnit or TestNG.