htmlunit 2.8-3ubuntu1 source package in Ubuntu

Changelog

htmlunit (2.8-3ubuntu1) bionic; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - Point to /usr/share/java for the jar file

htmlunit (2.8-3) unstable; urgency=medium

  * Team upload.
  * Added the missing build dependency on junit4 (Closes: #866661)
  * Standards-Version updated to 4.1.0

 -- Bhavani Shankar <email address hidden>  Sat, 28 Oct 2017 19:43:27 +0530

Upload details

Uploaded by:
Bhavani Shankar
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
htmlunit_2.8.orig.tar.gz 15.6 MiB 381e40a4aaaf76089ebc045a655ffe8a8a381c1b8db2d02e2e71ae3886a94516
htmlunit_2.8-3ubuntu1.debian.tar.xz 11.2 KiB 809c6661f52fb8bc776db310f88e4f36e0aa2839a37e0c1f76afe46af432dbe9
htmlunit_2.8-3ubuntu1.dsc 1.8 KiB 5ae9421a3e76d105edf565c39dc450e096049cf31846542643ed1589fe03d8ef

Available diffs

View changes file

Binary packages built by this source

libhtmlunit-java: 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.