Merge branch '5.3.x'
This commit is contained in:
@@ -259,7 +259,7 @@ public class ContentRequestMatchers {
|
||||
* two are "similar" - i.e. they contain the same elements and attributes
|
||||
* regardless of order.
|
||||
* <p>Use of this matcher assumes the
|
||||
* <a href="http://xmlunit.sourceforge.net/">XMLUnit</a> library is available.
|
||||
* <a href="https://www.xmlunit.org/">XMLUnit</a> library is available.
|
||||
* @param expectedXmlContent the expected XML content
|
||||
*/
|
||||
public RequestMatcher xml(String expectedXmlContent) {
|
||||
|
||||
@@ -40,7 +40,7 @@ import org.springframework.util.Assert;
|
||||
/**
|
||||
* {@code MockMvcWebConnection} enables {@link MockMvc} to transform a
|
||||
* {@link WebRequest} into a {@link WebResponse}.
|
||||
* <p>This is the core integration with <a href="http://htmlunit.sourceforge.net/">HtmlUnit</a>.
|
||||
* <p>This is the core integration with <a href="https://htmlunit.sourceforge.io/">HtmlUnit</a>.
|
||||
* <p>Example usage can be seen below.
|
||||
*
|
||||
* <pre class="code">
|
||||
|
||||
@@ -160,7 +160,7 @@ public class ContentResultMatchers {
|
||||
* are "similar" - i.e. they contain the same elements and attributes
|
||||
* regardless of order.
|
||||
* <p>Use of this matcher requires the <a
|
||||
* href="http://xmlunit.sourceforge.net/">XMLUnit</a> library.
|
||||
* href="https://www.xmlunit.org/">XMLUnit</a> library.
|
||||
* @param xmlContent the expected XML content
|
||||
* @see MockMvcResultMatchers#xpath(String, Object...)
|
||||
* @see MockMvcResultMatchers#xpath(String, Map, Object...)
|
||||
|
||||
Reference in New Issue
Block a user