Uses of Class
de.skuzzle.test.snapshots.StructuredData
-
Packages that use StructuredData Package Description de.skuzzle.test.snapshots The main public snapshot-testing API.de.skuzzle.test.snapshots.data.text Text comparison implementation. -
-
Uses of StructuredData in de.skuzzle.test.snapshots
Methods in de.skuzzle.test.snapshots that return StructuredData Modifier and Type Method Description StructuredDataStructuredData. build()StructuredDataStructuredDataProvider. build()Provides theStructuredDatainstance which defines the serialization format and the way in which serialized objects are compared.static StructuredDataStructuredData. with(SnapshotSerializer snapshotSerializer, StructuralAssertions sructuralAssertions) -
Uses of StructuredData in de.skuzzle.test.snapshots.data.text
Fields in de.skuzzle.test.snapshots.data.text declared as StructuredData Modifier and Type Field Description static StructuredDataTextSnapshot. textTake Snapshots usingObject.toString()and compare the results using a generic String diff algorithm.Methods in de.skuzzle.test.snapshots.data.text that return StructuredData Modifier and Type Method Description StructuredDataTextSnapshot. build()
-