Akka.Persistence.TestKit.Snapshot.SnapshotStoreSpec.SnapshotStoreSpec C# (CSharp) Method

SnapshotStoreSpec() protected method

protected SnapshotStoreSpec ( Config config = null, string actorSystemName = null, ITestOutputHelper output = null ) : System
config Akka.Configuration.Config
actorSystemName string
output ITestOutputHelper
return System
        protected SnapshotStoreSpec(Config config = null, string actorSystemName = null, ITestOutputHelper output = null) 
            : base(FromConfig(config).WithFallback(Config), actorSystemName ?? "SnapshotStoreSpec", output)
        {
            _senderProbe = CreateTestProbe();
        }

Same methods

SnapshotStoreSpec::SnapshotStoreSpec ( Type snapshotStoreType, string actorSystemName = null ) : System