You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/XmlContentAssertionTests.java
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2012 the original author or authors.
2
+
* Copyright 2002-2014 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@
44
44
* Examples of defining expectations on XML response content with XMLUnit.
45
45
*
46
46
* @author Rossen Stoyanchev
47
-
*
47
+
* @author Sam Brannen
48
48
* @see ContentAssertionTests
49
49
* @see XpathAssertionTests
50
50
*/
@@ -65,9 +65,9 @@ public class XmlContentAssertionTests {
Copy file name to clipboardExpand all lines: spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/XpathAssertionTests.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2012 the original author or authors.
2
+
* Copyright 2002-2014 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -46,7 +46,7 @@
46
46
* Examples of expectations on XML response content with XPath expressions.
47
47
*
48
48
* @author Rossen Stoyanchev
49
-
*
49
+
* @author Sam Brannen
50
50
* @see ContentAssertionTests
51
51
* @see XmlContentAssertionTests
52
52
*/
@@ -60,9 +60,9 @@ public class XpathAssertionTests {
0 commit comments