- java.lang.Object
-
- de.skuzzle.test.snapshots.data.text.TextDiff
-
@API(status=INTERNAL, since="1.4.0") public final class TextDiff extends ObjectCreates a unified diff of 2 Strings using the popular Neil Fraser diff_match_patch implementation under the hood.- Author:
- Simon Taddiken
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TextDiffdiffOf(String expected, String actual, int contextLines)booleanhasDifference()StringtoString()
-