Uses of Interface
de.skuzzle.test.snapshots.SnapshotNaming
-
Packages that use SnapshotNaming Package Description de.skuzzle.test.snapshots The main public snapshot-testing API. -
-
Uses of SnapshotNaming in de.skuzzle.test.snapshots
Methods in de.skuzzle.test.snapshots that return SnapshotNaming Modifier and Type Method Description static SnapshotNamingSnapshotNaming. constant(String snapshotName)Creates a naming strategy which always returns the given constant string.static SnapshotNamingSnapshotNaming. defaultNaming()The default naming strategy which simply concatenates method name + counter.static SnapshotNamingSnapshotNaming. withParameters(Object parameter1, Object... furtherParameters)Creates a naming strategy similar to the default naming strategy.Methods in de.skuzzle.test.snapshots with parameters of type SnapshotNaming Modifier and Type Method Description SnapshotDsl.ChooseActualSnapshotDsl.ChooseName. namedAccordingTo(SnapshotNaming namingStrategy)Choose a name for the snapshot file according to the given strategy.
-