Uses of Class
org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection.DelegateWebConnection
Packages that use DelegatingWebConnection.DelegateWebConnection
Package
Description
Server-side support for testing Spring MVC applications with 
MockMvc
 and HtmlUnit.- 
Uses of DelegatingWebConnection.DelegateWebConnection in org.springframework.test.web.servlet.htmlunitConstructors in org.springframework.test.web.servlet.htmlunit with parameters of type DelegatingWebConnection.DelegateWebConnectionModifierConstructorDescriptionDelegatingWebConnection(com.gargoylesoftware.htmlunit.WebConnection defaultConnection, DelegatingWebConnection.DelegateWebConnection... connections) Constructor parameters in org.springframework.test.web.servlet.htmlunit with type arguments of type DelegatingWebConnection.DelegateWebConnectionModifierConstructorDescriptionDelegatingWebConnection(com.gargoylesoftware.htmlunit.WebConnection defaultConnection, List<DelegatingWebConnection.DelegateWebConnection> connections)