Skip to content

Commit

Permalink
Deprecate isXmlEqualToContentOf in favor of XML Unit
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-costigliola committed Jan 24, 2021
1 parent 52c6a28 commit fd77d82
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,7 @@ public SELF isXmlEqualTo(CharSequence expectedXml) {
* @throws AssertionError if the actual {@code CharSequence} is {@code null} or is not the same XML as the content of
* given {@code File}.
*/
@Deprecated
public SELF isXmlEqualToContentOf(File xmlFile) {
isXmlEqualTo(contentOf(xmlFile));
return myself;
Expand Down

0 comments on commit fd77d82

Please sign in to comment.