Uses of Class
de.skuzzle.test.snapshots.data.text.TextSnapshot
-
Packages that use TextSnapshot Package Description de.skuzzle.test.snapshots.data.text Text comparison implementation. -
-
Uses of TextSnapshot in de.skuzzle.test.snapshots.data.text
Methods in de.skuzzle.test.snapshots.data.text that return TextSnapshot Modifier and Type Method Description static TextSnapshotTextSnapshot. text()Creates a customizableTextSnapshotinstance.TextSnapshotTextSnapshot. withContextLines(int contextLines)Configures the amount of contextual lines that are printed around a detected change.TextSnapshotTextSnapshot. withIgnoreWhitespaces(boolean ignoreWhitespaces)Allows to customize the whitespace comparison behavior.
-