Class JsonDiffer
-
- All Implemented Interfaces:
-
de.smartsquare.squit.mediatype.Differ
public final class JsonDiffer implements Differ
Differ for JSON.
-
-
Constructor Summary
Constructors Constructor Description JsonDiffer()
-
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. -
-
Method Detail
-
diff
String diff(Path expectedResponsePath, Path actualResponsePath)
Calculates and return a user-friendly difference between the given expectedResponsePath and actualResponsePath.
-
-
-
-