MockMvc
 and HtmlUnit.See: Description
| Interface | Description | 
|---|---|
| WebRequestMatcher | 
 Strategy for matching on a  
WebRequest. | 
| Class | Description | 
|---|---|
| DelegatingWebConnection | 
 Implementation of  
WebConnection that allows delegating to various
 WebConnection implementations. | 
| DelegatingWebConnection.DelegateWebConnection | |
| HostRequestMatcher | 
 A  
WebRequestMatcher that allows matching on the host and optionally
 the port of WebRequest#getUrl(). | 
| MockMvcWebClientBuilder | 
MockMvcWebClientBuilder simplifies the creation of an HtmlUnit
 WebClient that delegates to a MockMvc instance. | 
| MockMvcWebConnection | |
| MockMvcWebConnectionBuilderSupport<T extends MockMvcWebConnectionBuilderSupport<T>> | 
 Support class that simplifies the creation of a  
WebConnection that
 uses MockMvc and optionally delegates to a real WebConnection
 for specific requests. | 
| UrlRegexRequestMatcher | 
 A  
WebRequestMatcher that allows matching on
 WebRequest#getUrl().toExternalForm() using a regular expression. | 
MockMvc
 and HtmlUnit.MockMvc