@API(status=STABLE)
Package de.skuzzle.test.snapshots.data.text
Text comparison implementation.
-
Class Summary Class Description TextDiff Creates a unified diff of 2 Strings using the popular Neil Fraser diff_match_patch implementation under the hood.TextSnapshot Take snapshots usingObject.toString(). -
Error Summary Error Description TextDiffAssertionError Internal exception that is used to communicate theTextDiffinstance created by theTextDiffStructuralAssertionsto the snapshot test.