Registry / testing / jwebunit-htmlunit-plugin

jwebunit-htmlunit-plugin

JSON →
library3.3javamavenunverified

HtmlUnit plugin for JWebUnit, enabling headless browser-based testing of web applications.

<dependency> <groupId>net.sourceforge.jwebunit</groupId> <artifactId>jwebunit-htmlunit-plugin</artifactId> <version>3.3</version> </dependency>
INSTALL
IMPORT
SIG · JWEBUNIT-HTMLUNIT-
J
jwebunit-htmlunit-plugin
testingjavav3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HtmlUnitTestingEngineImpl
net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl

Uses JWebUnit with HtmlUnit to test a web page title.

import net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl; import net.sourceforge.jwebunit.junit.WebTester; public class Test { @org.junit.Test public void testPage() { WebTester tester = new WebTester(); tester.setTestingEngineKey("htmlunit"); tester.beginAt("http://example.com"); tester.assertTitleEquals("Example Domain"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
jwebunit-htmlunit-plugin — mvn dependency:get jwebunit-htmlunit-plugin · libregistry