Amido.Testing.Tests.Azure.BlobLeasingTests.When_successfully_aquiring_the_lease_twice_allowing_test_lease_to_be_ignored.BecauseOf C# (CSharp) Method

BecauseOf() private method

private BecauseOf ( ) : void
return void
            public void BecauseOf()
            {
                BlobStorage.AquireLease(blobSettings, maximumStopDurationEstimateSeconds);
                blobSettings.ReAquirePreviousTestLease = true;
                leaseId = BlobStorage.AquireLease(blobSettings, maximumStopDurationEstimateSeconds);
                leaseBlob.FetchAttributes();
            }
BlobLeasingTests.When_successfully_aquiring_the_lease_twice_allowing_test_lease_to_be_ignored