Uses of Class
de.skuzzle.test.snapshots.SnapshotTestResult
-
Packages that use SnapshotTestResult Package Description de.skuzzle.test.snapshots The main public snapshot-testing API.de.skuzzle.test.snapshots.impl Internal core implementation of snapshot-testing functionality. -
-
Uses of SnapshotTestResult in de.skuzzle.test.snapshots
Methods in de.skuzzle.test.snapshots that return SnapshotTestResult Modifier and Type Method Description SnapshotTestResultSnapshotDsl.ChooseAssertions. disabled()Deprecated.This method is NOT deprecated.static SnapshotTestResultSnapshotTestResult. forFailedTest(Path targetFile, SnapshotFile snapshot, Throwable failure)SnapshotTestResultSnapshotDsl.ChooseAssertions. justUpdateSnapshot()Deprecated.This method is NOT deprecated.SnapshotTestResultSnapshotDsl.ChooseAssertions. matchesAccordingTo(StructuralAssertions structuralAssertions)Asserts that the serialized actual test result structurally matches the persisted snapshot.SnapshotTestResultSnapshotDsl.ChooseStructure. matchesSnapshotStructure()Asserts that the serialized actual test result structurally matches the persisted snapshot.SnapshotTestResultSnapshotDsl.ChooseAssertions. matchesSnapshotText()Asserts that the serialized actual test result matches the persisted snapshot using a generic String diff algorithm.static SnapshotTestResultSnapshotTestResult. of(Path targetFile, SnapshotTestResult.SnapshotStatus status, SnapshotFile snapshot) -
Uses of SnapshotTestResult in de.skuzzle.test.snapshots.impl
Methods in de.skuzzle.test.snapshots.impl with parameters of type SnapshotTestResult Modifier and Type Method Description voidSnapshotTestContext. recordSnapshotTestResult(SnapshotTestResult result)Records the results from all snapshot assertions within a single test method.
-