Uses of Class
de.skuzzle.test.snapshots.SnapshotFile.SnapshotHeader
-
Packages that use SnapshotFile.SnapshotHeader Package Description de.skuzzle.test.snapshots The main public snapshot-testing API. -
-
Uses of SnapshotFile.SnapshotHeader in de.skuzzle.test.snapshots
Methods in de.skuzzle.test.snapshots that return SnapshotFile.SnapshotHeader Modifier and Type Method Description static SnapshotFile.SnapshotHeaderSnapshotFile.SnapshotHeader. fromMap(Map<String,String> values)SnapshotFile.SnapshotHeaderSnapshotFile. header()Header information to this snapshot that are written by the framework.static SnapshotFile.SnapshotHeaderSnapshotFile.SnapshotHeader. readFrom(BufferedReader reader)Methods in de.skuzzle.test.snapshots with parameters of type SnapshotFile.SnapshotHeader Modifier and Type Method Description SnapshotFileSnapshotFile. changeHeader(SnapshotFile.SnapshotHeader newHeader)Creates a newSnapshotFileinstance with the given header and the same snapshot contents.static SnapshotFileSnapshotFile. of(SnapshotFile.SnapshotHeader header, String snapshot)
-