| Package | Description |
|---|---|
| org.springframework.test.web.servlet.htmlunit |
Server-side support for testing Spring MVC applications with
MockMvc
and HtmlUnit. |
| org.springframework.test.web.servlet.htmlunit.webdriver |
Server-side support for testing Spring MVC applications with
MockMvc
and the Selenium HtmlUnitDriver. |
| Class and Description |
|---|
| DelegatingWebConnection.DelegateWebConnection
The delegate web connection.
|
MockMvcWebClientBuilder
MockMvcWebClientBuilder simplifies the creation of an HtmlUnit
WebClient that delegates to a MockMvc instance. |
| MockMvcWebConnectionBuilderSupport
Support class that simplifies the creation of a
WebConnection that
uses MockMvc and optionally delegates to a real WebConnection
for specific requests. |
| WebRequestMatcher
Strategy for matching on a
WebRequest. |
| Class and Description |
|---|
| MockMvcWebConnectionBuilderSupport
Support class that simplifies the creation of a
WebConnection that
uses MockMvc and optionally delegates to a real WebConnection
for specific requests. |