Uses of Interface
de.skuzzle.test.snapshots.SnapshotDsl.ChooseAssertions
-
Packages that use SnapshotDsl.ChooseAssertions Package Description de.skuzzle.test.snapshots -
-
Uses of SnapshotDsl.ChooseAssertions in de.skuzzle.test.snapshots
Subinterfaces of SnapshotDsl.ChooseAssertions in de.skuzzle.test.snapshots Modifier and Type Interface Description static interfaceSnapshotDsl.ChooseStructureMethods in de.skuzzle.test.snapshots that return SnapshotDsl.ChooseAssertions Modifier and Type Method Description SnapshotDsl.ChooseAssertionsSnapshotDsl.ChooseDataFormat. as(SnapshotSerializer serializer)Specify the serialization format.SnapshotDsl.ChooseAssertionsSnapshotDsl.ChooseDataFormat. asText()"Serializes" the actual test result usingObject.toString()and compares the results using a generic string diff algorithm.
-