Akka.Cluster.Sharding.Tests.ClusterShardingFailureSpec.AtStartup C# (CSharp) Method

AtStartup() protected method

protected AtStartup ( ) : void
return void
        protected override void AtStartup()
        {
            base.AtStartup();
            RunOn(() =>
            {
                foreach (var location in _storageLocations) if (location.Exists) location.Delete();
            }, _first);
        }