Class SnapshotStoreSerializationSpec
Inheritance
SnapshotStoreSerializationSpec
Assembly: Akka.Persistence.TCK.dll
Syntax
public abstract class SnapshotStoreSerializationSpec : PluginSpec, IActorRefFactory, IDisposable
Constructors
|
Edit this page
View Source
SnapshotStoreSerializationSpec(ActorSystemSetup, string, ITestOutputHelper)
Declaration
protected SnapshotStoreSerializationSpec(ActorSystemSetup setup, string actorSystem, ITestOutputHelper output)
Parameters
|
Edit this page
View Source
SnapshotStoreSerializationSpec(Config, string, ITestOutputHelper)
Declaration
protected SnapshotStoreSerializationSpec(Config config, string actorSystem, ITestOutputHelper output)
Parameters
Type |
Name |
Description |
Config |
config |
|
string |
actorSystem |
|
ITestOutputHelper |
output |
|
Properties
|
Edit this page
View Source
SnapshotStore
Declaration
protected IActorRef SnapshotStore { get; }
Property Value
Methods
|
Edit this page
View Source
FromActorSystemSetup(ActorSystemSetup)
Declaration
protected static ActorSystemSetup FromActorSystemSetup(ActorSystemSetup setup)
Parameters
Returns
|
Edit this page
View Source
SnapshotStore_should_serialize_AtLeastOnceDeliverySnapshot()
Declaration
[Fact]
public virtual void SnapshotStore_should_serialize_AtLeastOnceDeliverySnapshot()
|
Edit this page
View Source
SnapshotStore_should_serialize_AtLeastOnceDeliverySnapshot_with_empty_unconfirmed()
Declaration
[Fact]
public virtual void SnapshotStore_should_serialize_AtLeastOnceDeliverySnapshot_with_empty_unconfirmed()
|
Edit this page
View Source
SnapshotStore_should_serialize_Payload()
Declaration
[Fact]
public virtual void SnapshotStore_should_serialize_Payload()
|
Edit this page
View Source
SnapshotStore_should_serialize_Payload_with_string_manifest()
Declaration
[Fact]
public virtual void SnapshotStore_should_serialize_Payload_with_string_manifest()
|
Edit this page
View Source
SnapshotStore_should_serialize_PersistentFSMSnapshot()
Declaration
[Fact]
public virtual void SnapshotStore_should_serialize_PersistentFSMSnapshot()
Implements
Extension Methods