Package akka.persistence.testkit.scaladsl
-
Interface Summary Interface Description ClearOps ClearPreservingSeqNums CommonTestKitOps<S,P> EventSourcedBehaviorTestKit<Command,Event,State> EventSourcedBehaviorTestKit.CommandResult<Command,Event,State> The result of running a command.EventSourcedBehaviorTestKit.CommandResultWithReply<Command,Event,State,Reply> The result of running a command with areplyTo: ActorRef[R]
, i.e.EventSourcedBehaviorTestKit.RestartResult<State> The result of restarting the behavior.ExpectOps<U> HasStorage<P,R> Abstract persistent storage for tests.PersistenceProbe<T> Not for user extensionPersistenceTestKitOps<S,P> PolicyOpsTestKit<P> RejectSupport<U> UnpersistentBehavior<Command,State> -
Class Summary Class Description EventSourcedBehaviorTestKit.SerializationSettings Customization of which serialization checks that are performed.EventSourcedBehaviorTestKit.SerializationSettings$ EventSourcedBehaviorTestKit$ Testing ofEventSourcedBehavior
implementations.PersistenceEffect<T> PersistenceEffect$ PersistenceInit Test utility to initialize persistence plugins.PersistenceInit$ Test utility to initialize persistence plugins.PersistenceTestKit Class for testing events of persistent actors.PersistenceTestKit.Settings PersistenceTestKit.Settings$ PersistenceTestKit$ SnapshotTestKit Class for testing snapshots of persistent actors.SnapshotTestKit.Settings SnapshotTestKit.Settings$ SnapshotTestKit$ UnpersistentBehavior.DurableState<Command,State> UnpersistentBehavior.DurableState$ UnpersistentBehavior.EventSourced<Command,Event,State> UnpersistentBehavior.EventSourced$ UnpersistentBehavior$