Uses of Interface
de.skuzzle.test.snapshots.SnapshotDsl.ChooseActual
-
Packages that use SnapshotDsl.ChooseActual Package Description de.skuzzle.test.snapshots The main public snapshot-testing API. -
-
Uses of SnapshotDsl.ChooseActual in de.skuzzle.test.snapshots
Subinterfaces of SnapshotDsl.ChooseActual in de.skuzzle.test.snapshots Modifier and Type Interface Description static interfaceSnapshotDsl.ChooseNamestatic interfaceSnapshotDsl.SnapshotAllows to do snapshot assertions.Methods in de.skuzzle.test.snapshots that return SnapshotDsl.ChooseActual Modifier and Type Method Description default SnapshotDsl.ChooseActualSnapshotDsl.ChooseName. named(String snapshotName)Choose a name for the snapshot file.SnapshotDsl.ChooseActualSnapshotDsl.ChooseName. namedAccordingTo(SnapshotNaming namingStrategy)Choose a name for the snapshot file according to the given strategy.
-