Uses of Interface
de.skuzzle.test.snapshots.StructuredDataProvider
-
Packages that use StructuredDataProvider Package Description de.skuzzle.test.snapshots The main public snapshot-testing API.de.skuzzle.test.snapshots.data.text Text comparison implementation. -
-
Uses of StructuredDataProvider in de.skuzzle.test.snapshots
Classes in de.skuzzle.test.snapshots that implement StructuredDataProvider Modifier and Type Class Description classStructuredDataCombines aSnapshotSerializerand aStructuralAssertionsinstance.Methods in de.skuzzle.test.snapshots with parameters of type StructuredDataProvider Modifier and Type Method Description SnapshotDsl.ChooseStructureSnapshotDsl.ChooseDataFormat. as(StructuredDataProvider structuredDataProvider)Specify the serialization format and the way in which serialized objects are compared. -
Uses of StructuredDataProvider in de.skuzzle.test.snapshots.data.text
Classes in de.skuzzle.test.snapshots.data.text that implement StructuredDataProvider Modifier and Type Class Description classTextSnapshotTake snapshots usingObject.toString().
-