Uses of Class
de.skuzzle.test.snapshots.data.html.HtmlSnapshot
-
-
Uses of HtmlSnapshot in de.skuzzle.test.snapshots.data.html
Methods in de.skuzzle.test.snapshots.data.html that return HtmlSnapshot Modifier and Type Method Description HtmlSnapshotHtmlSnapshot. compareUsing(Consumer<org.xmlunit.assertj.CompareAssert> xmls)Defines which Xml-Assert assertion method will actually be used.static HtmlSnapshotHtmlSnapshot. html()Creates a new builder instance on which custom comparison behavior can be configured if required.HtmlSnapshotHtmlSnapshot. withComparisonRules(Consumer<ComparisonRuleBuilder> rules)Allows to specify extra comparison rules that are applied to certain paths within the html snapshots.HtmlSnapshotHtmlSnapshot. withEnableXPathDebugging(boolean enableXPathDebugging)Enables a simple debug output to System.out for the xpaths that are used inwithComparisonRules(Consumer).HtmlSnapshotHtmlSnapshot. withPrettyPrintSnapshot(boolean prettyPrintSnapshot)Sets whether to pretty print the HTML snapshot before serializing.
-