Akka.Persistence.TestKit.Snapshot.SnapshotStoreSpec.SnapshotStoreSpec C# (CSharp) Méthode

SnapshotStoreSpec() protected méthode

protected SnapshotStoreSpec ( Config config = null, string actorSystemName = null, ITestOutputHelper output = null ) : System
config Akka.Configuration.Config
actorSystemName string
output ITestOutputHelper
Résultat 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