Package de.skuzzle.test.snapshots
Interface SnapshotDsl
-
@API(status=STABLE) public interface SnapshotDslDSL for defining snapshot tests. The main entry point isSnapshotDsl.Snapshot.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSnapshotDsl.ChooseActualstatic interfaceSnapshotDsl.ChooseAssertionsDSL stage to choose how to perform the snapshot assertion.static interfaceSnapshotDsl.ChooseDataFormatAllows to choose the structure into which the actual test result will be serialized.static interfaceSnapshotDsl.ChooseDirectorystatic interfaceSnapshotDsl.ChooseNamestatic interfaceSnapshotDsl.ChooseStructurestatic interfaceSnapshotDsl.SnapshotDeprecated, for removal: This API element is subject to removal in a future version.Since 1.8.0 - Use the new top-level typeSnapshotinstead.
-