Class SnapshotTestKit

java.lang.Object
org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
All Implemented Interfaces:
ClearOps, CommonTestKitOps<scala.Tuple2<SnapshotMetadata,Object>,SnapshotOperation>, ExpectOps<scala.Tuple2<SnapshotMetadata,Object>>, HasStorage<SnapshotOperation,scala.Tuple2<SnapshotMetadata,Object>>, PolicyOpsTestKit<SnapshotOperation>

Class for testing snapshots of persistent actors.

NOTE! ActorSystem must be configured with PersistenceTestKitSnapshotPlugin. The configuration can be retrieved with PersistenceTestKitSnapshotPlugin.config.