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(ByteArray expectedResponse, ByteArray actualResponse)Calculates and return a user-friendly difference between the given expectedResponse and actualResponse. -
-
Method Detail
-
diff
String diff(ByteArray expectedResponse, ByteArray actualResponse)
Calculates and return a user-friendly difference between the given expectedResponse and actualResponse.
-
-
-
-