We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c6a28 commit fd77d82Copy full SHA for fd77d82
src/main/java/org/assertj/core/api/AbstractCharSequenceAssert.java
@@ -1191,6 +1191,7 @@ public SELF isXmlEqualTo(CharSequence expectedXml) {
1191
* @throws AssertionError if the actual {@code CharSequence} is {@code null} or is not the same XML as the content of
1192
* given {@code File}.
1193
*/
1194
+ @Deprecated
1195
public SELF isXmlEqualToContentOf(File xmlFile) {
1196
isXmlEqualTo(contentOf(xmlFile));
1197
return myself;
0 commit comments