Package org.springframework.test.web.servlet.htmlunit
Server-side support for testing Spring MVC applications with
MockMvc and HtmlUnit.- See Also:
MockMvc
Interface Summary Interface Description WebRequestMatcher Strategy for matching on aWebRequest.Class Summary Class Description DelegatingWebConnection Implementation ofWebConnectionthat allows delegating to variousWebConnectionimplementations.DelegatingWebConnection.DelegateWebConnection HostRequestMatcher AWebRequestMatcherthat allows matching on the host and optionally the port ofWebRequest#getUrl().MockMvcWebClientBuilder MockMvcWebClientBuildersimplifies the creation of an HtmlUnitWebClientthat delegates to aMockMvcinstance.MockMvcWebConnection MockMvcWebConnectionBuilderSupport<T extends MockMvcWebConnectionBuilderSupport<T>> Support class that simplifies the creation of aWebConnectionthat usesMockMvcand optionally delegates to a realWebConnectionfor specific requests.UrlRegexRequestMatcher AWebRequestMatcherthat allows matching onWebRequest#getUrl().toExternalForm()using a regular expression.