org.apache.pekko.persistence.snapshot
Members list
Type members
Classlikes
object SnapshotStoreSpec
Attributes
- Companion
- class
- Source
- SnapshotStoreSpec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SnapshotStoreSpec.type
abstract class SnapshotStoreSpec(config: Config) extends PluginSpec, MayVerb, OptionalTests, SnapshotStoreCapabilityFlags
This spec aims to verify custom pekko-persistence SnapshotStore implementations. Plugin authors are highly encouraged to include it in their plugin's test suites.
This spec aims to verify custom pekko-persistence SnapshotStore implementations. Plugin authors are highly encouraged to include it in their plugin's test suites.
In case your journal plugin needs some kind of setup or teardown, override the beforeAll or afterAll methods (don't forget to call super in your overridden methods).
For a Java and JUnit consumable version of the TCK please refer to pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec.
Attributes
- See also
- Companion
- object
- Source
- SnapshotStoreSpec.scala
- Supertypes
-
trait CapabilityFlagstrait OptionalTeststrait MayVerbclass PluginSpectrait BeforeAndAfterEachtrait BeforeAndAfterAlltrait SuiteMixintrait Matcherstrait Explicitlytrait MatcherWordstrait Tolerancetrait AnyWordSpecLiketrait Documentingtrait Alertingtrait Notifyingtrait Informingtrait CanVerbtrait MustVerbtrait ShouldVerbtrait TestRegistrationtrait TestSuitetrait Suitetrait Serializabletrait Assertionstrait TripleEqualstrait TripleEqualsSupporttrait TestKitBaseclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class JavaSnapshotStoreSpec
In this article