Uses of Class
org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Packages that use MockMvcWebConnectionBuilderSupport
Package
Description
Server-side support for testing Spring MVC applications with
MockMvc
and HtmlUnit.Server-side support for testing Spring MVC applications with
MockMvc
and the Selenium HtmlUnitDriver
.-
Uses of MockMvcWebConnectionBuilderSupport in org.springframework.test.web.servlet.htmlunit
Classes in org.springframework.test.web.servlet.htmlunit with type parameters of type MockMvcWebConnectionBuilderSupportModifier and TypeClassDescriptionclass
Support class that simplifies the creation of aWebConnection
that usesMockMvc
and optionally delegates to a realWebConnection
for specific requests.Modifier and TypeClassDescriptionclass
MockMvcWebClientBuilder
simplifies the creation of an HtmlUnitWebClient
that delegates to aMockMvc
instance. -
Uses of MockMvcWebConnectionBuilderSupport in org.springframework.test.web.servlet.htmlunit.webdriver
Subclasses of MockMvcWebConnectionBuilderSupport in org.springframework.test.web.servlet.htmlunit.webdriverModifier and TypeClassDescriptionclass
MockMvcHtmlUnitDriverBuilder
simplifies the building of anHtmlUnitDriver
that delegates toMockMvc
and optionally delegates to an actual connection for specific requests.