Classes which wrap various Exceptions and error conditions which
for coverage purposes we currently don't want to bother testing.
If you add test(s), move the relevant part(s) out of boundary into util
(or another appropriate place).
ShowHeaders is a simple servlet that sends back all the headers it received
in a simple text stream.
I use it to verify that the applet runner correctly support cookies:
the test goes to the applet test page in way that ensures that a
well known cookie is set; one of the test applet calls the ShowHeaders
servlet and displays its anwser in a text field; a jemmy scenario then
checks that the text field contains the expected cookie.
Classes to test the handling of parameters by the applet.
The scenario makes the applet submits the scenario's parameters to a form that sends back an html page.
This package contains the interfaces definitions of the elements building
PDFPage for integration in HtmlUnit.
Contrary to other HtmlUnit "pages", the page for PDF documents is only defined
an interface allowing to use different PDF parsing libraries.
This package should be integrated in HtmlUnit directly once it is mature.
The Web Application that is used by Canoo WebTest to serve
as a mirror for the internal selftest.
WebTest comes with some sample tests that assume that there
is a this Web Application running somewhere, be it on
your local machine, in your intranet or even over the
internet. You can always run it against the installation
of the selftest Web Application that runs at the
canoo development site.