Uses of Interface
de.skuzzle.test.snapshots.StructuralAssertions
-
Packages that use StructuralAssertions Package Description de.skuzzle.test.snapshots The main public snapshot-testing API. -
-
Uses of StructuralAssertions in de.skuzzle.test.snapshots
Methods in de.skuzzle.test.snapshots that return StructuralAssertions Modifier and Type Method Description StructuralAssertionsStructuredData. structuralAssertions()Methods in de.skuzzle.test.snapshots with parameters of type StructuralAssertions Modifier and Type Method Description SnapshotTestResultSnapshotDsl.ChooseAssertions. matchesAccordingTo(StructuralAssertions structuralAssertions)Asserts that the serialized actual test result structurally matches the persisted snapshot.static StructuredDataStructuredData. with(SnapshotSerializer snapshotSerializer, StructuralAssertions sructuralAssertions)
-