Package org.springframework.test.web.servlet.htmlunit.webdriver
@NonNullApi
@NonNullFields
package org.springframework.test.web.servlet.htmlunit.webdriver
Server-side support for testing Spring MVC applications with
MockMvc
and the Selenium HtmlUnitDriver
.- See Also:
-
MockMvc
HtmlUnitDriver
-
ClassDescription
MockMvcHtmlUnitDriverBuilder
simplifies the building of anHtmlUnitDriver
that delegates toMockMvc
and optionally delegates to an actual connection for specific requests.WebConnectionHtmlUnitDriver
enables configuration of theWebConnection
for anHtmlUnitDriver
instance.