Uses of Package
org.springframework.test.web.servlet.htmlunit
Packages that use org.springframework.test.web.servlet.htmlunit
Package
Description
Server-side support for testing Spring MVC applications with
MockMvc
and HtmlUnit.Server-side support for testing Spring MVC applications with
MockMvc
and the Selenium HtmlUnitDriver
.-
Classes in org.springframework.test.web.servlet.htmlunit used by org.springframework.test.web.servlet.htmlunitClassDescriptionThe delegate web connection.
MockMvcWebClientBuilder
simplifies the creation of an HtmlUnitWebClient
that delegates to aMockMvc
instance.Support class that simplifies the creation of aWebConnection
that usesMockMvc
and optionally delegates to a realWebConnection
for specific requests.Strategy for matching on aWebRequest
. -
Classes in org.springframework.test.web.servlet.htmlunit used by org.springframework.test.web.servlet.htmlunit.webdriverClassDescriptionSupport class that simplifies the creation of a
WebConnection
that usesMockMvc
and optionally delegates to a realWebConnection
for specific requests.