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