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 TypeClassDescriptionclassSupport class that simplifies the creation of aWebConnectionthat usesMockMvcand optionally delegates to a realWebConnectionfor specific requests.Modifier and TypeClassDescriptionclassMockMvcWebClientBuildersimplifies the creation of an HtmlUnitWebClientthat delegates to aMockMvcinstance. -
Uses of MockMvcWebConnectionBuilderSupport in org.springframework.test.web.servlet.htmlunit.webdriver
Subclasses of MockMvcWebConnectionBuilderSupport in org.springframework.test.web.servlet.htmlunit.webdriverModifier and TypeClassDescriptionclassMockMvcHtmlUnitDriverBuildersimplifies the building of anHtmlUnitDriverthat delegates toMockMvcand optionally delegates to an actual connection for specific requests.