程序包 org.springframework.test.web.servlet.htmlunit
Server-side support for testing Spring MVC applications with
MockMvc and HtmlUnit.- 另请参阅:
MockMvc
接口概要 接口 说明 WebRequestMatcher Strategy for matching on aWebRequest.类概要 类 说明 DelegatingWebConnection Implementation ofWebConnectionthat allows delegating to variousWebConnectionimplementations.DelegatingWebConnection.DelegateWebConnection The delegate web connection.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.