Uses of Class
de.skuzzle.test.snapshots.SnapshotTestResult
-
Packages that use SnapshotTestResult Package Description de.skuzzle.test.snapshots -
-
Uses of SnapshotTestResult in de.skuzzle.test.snapshots
Methods in de.skuzzle.test.snapshots that return SnapshotTestResult Modifier and Type Method Description 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)
-