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