| Name | Description | Type | Package | Framework |
| DelegatingWebConnection | WebConnection implementations. | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
| DelegatingWebConnection .DelegateWebConnection | Class | org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection | Spring MVC | |
| HostRequestMatcher | A WebRequestMatcher that allows matching on the host and optionallythe port of WebRequest#getUrl(). | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
| MockMvcHtmlUnitDriverBuilder | MockMvcHtmlUnitDriverBuilder simplifies the building of anHtmlUnitDriver that delegates to MockMvc and optionally | Class | org.springframework.test.web.servlet.htmlunit.webdriver | Spring MVC |
| MockMvcWebClientBuilder | MockMvcWebClientBuilder simplifies the creation of an HtmlUnitWebClient that delegates to a MockMvc instance. | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
| MockMvcWebConnection | MockMvcWebConnection enables MockMvc to transform aWebRequest into a WebResponse. | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
| MockMvcWebConnectionBuilderSupport | Support class that simplifies the creation of a WebConnection thatuses MockMvc and optionally delegates to a real WebConnection | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
| UrlRegexRequestMatcher | A WebRequestMatcher that allows matching onWebRequest#getUrl(). | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
| WebConnectionHtmlUnitDriver | WebConnectionHtmlUnitDriver enables configuration of theWebConnection for an HtmlUnitDriver instance. | Class | org.springframework.test.web.servlet.htmlunit.webdriver | Spring MVC |
| WebRequestMatcher | Strategy for matching on a WebRequest. | Interface | org.springframework.test.web.servlet.htmlunit | Spring MVC |