Namespace Akka.Persistence.TCK.Snapshot
Classes
SnapshotStoreSaveSnapshotSpec
This spec aims to verify custom SnapshotStore SaveSnapshot
implementations.
This is an optional spec that checks if SaveSnapshot
supports:
- Saving snapshots with the same sequence number (upsert operation)
- Saving snapshots concurrently and be able to save them in correct order
SnapshotStoreSpec
This spec aims to verify custom SnapshotStore implementations. Every custom authors snapshot store spec should have it's spec suite included.