Class GenericDiffer
-
- All Implemented Interfaces:
-
de.smartsquare.squit.mediatype.Differ
public final class GenericDiffer implements Differ
Generic Differ for all other media types.
-
-
Constructor Summary
Constructors Constructor Description GenericDiffer()
-
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.
-
-
-
-