Class XmlDiffer
-
-
Constructor Summary
Constructors Constructor Description XmlDiffer(MediaTypeConfig mediaTypeConfig)
-
Method Summary
Modifier and Type Method Description Stringdiff(Path expectedResponsePath, Path actualResponsePath)Calculates and return a user-friendly difference between the given expectedResponsePath and actualResponsePath. -
-
Constructor Detail
-
XmlDiffer
XmlDiffer(MediaTypeConfig mediaTypeConfig)
-
-
Method Detail
-
diff
String diff(Path expectedResponsePath, Path actualResponsePath)
Calculates and return a user-friendly difference between the given expectedResponsePath and actualResponsePath.
-
-
-
-