Package de.smartsquare.squit.mediatype
Interface Differ
-
- All Implemented Interfaces:
public interface DifferInterface for generating diffs between expected and actual responses.
-
-
Method Summary
Modifier and Type Method Description abstract Stringdiff(ByteArray expectedResponse, ByteArray actualResponse)Calculates and return a user-friendly difference between the given expectedResponse and actualResponse. -
-
Method Detail
-
diff
abstract String diff(ByteArray expectedResponse, ByteArray actualResponse)
Calculates and return a user-friendly difference between the given expectedResponse and actualResponse.
-
-
-
-