Uses of Package
org.springframework.test.web.servlet.htmlunit
Packages that use org.springframework.test.web.servlet.htmlunit Package Description org.springframework.test.web.servlet.htmlunit Server-side support for testing Spring MVC applications withMockMvcand HtmlUnit.org.springframework.test.web.servlet.htmlunit.webdriver Server-side support for testing Spring MVC applications withMockMvcand the SeleniumHtmlUnitDriver.Classes in org.springframework.test.web.servlet.htmlunit used by org.springframework.test.web.servlet.htmlunit Class Description DelegatingWebConnection.DelegateWebConnection The delegate web connection.MockMvcWebClientBuilder MockMvcWebClientBuildersimplifies the creation of an HtmlUnitWebClientthat delegates to aMockMvcinstance.MockMvcWebConnectionBuilderSupport Support class that simplifies the creation of aWebConnectionthat usesMockMvcand optionally delegates to a realWebConnectionfor specific requests.WebRequestMatcher Strategy for matching on aWebRequest.Classes in org.springframework.test.web.servlet.htmlunit used by org.springframework.test.web.servlet.htmlunit.webdriver Class Description MockMvcWebConnectionBuilderSupport Support class that simplifies the creation of aWebConnectionthat usesMockMvcand optionally delegates to a realWebConnectionfor specific requests.