Generated by
JDiff

Class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection

Removed Constructors
MockMvcWebConnection(MockMvc, String) Create a new instance with the specified context path.
 

Added Constructors
MockMvcWebConnection(MockMvc, WebClient) Create a new instance that assumes the context path of the application is {@code ""} (i.e., the root context).
MockMvcWebConnection(MockMvc, WebClient, String) Create a new instance with the specified context path.
 

Changed Constructors
MockMvcWebConnection(MockMvc) Now deprecated.
Use {@link #MockMvcWebConnection(MockMvc, WebClient)}