Uses of Interface
de.skuzzle.test.snapshots.SnapshotDsl.Snapshot
-
Packages that use SnapshotDsl.Snapshot Package Description de.skuzzle.test.snapshots.impl Internal core implementation of snapshot-testing functionality. -
-
Uses of SnapshotDsl.Snapshot in de.skuzzle.test.snapshots.impl
Methods in de.skuzzle.test.snapshots.impl that return SnapshotDsl.Snapshot Modifier and Type Method Description SnapshotDsl.SnapshotSnapshotTestContext. createSnapshotTestFor(Method testMethod)Creates a Snapshot object that can be injected into a test method as starting point of the snapshot DSL.
-