Uses of Class
de.skuzzle.test.snapshots.SnapshotException
-
Packages that use SnapshotException Package Description de.skuzzle.test.snapshots The main public snapshot-testing API. -
-
Uses of SnapshotException in de.skuzzle.test.snapshots
Methods in de.skuzzle.test.snapshots that throw SnapshotException Modifier and Type Method Description voidStructuralAssertions. assertEquals(String storedSnapshot, String serializedActual)Structurally compares two serialized objects.StringSnapshotSerializer. serialize(Object testResult)Creates a String representation of the provided object.
-