Amido.Testing.Tests.Azure.BlobLeasingTests.When_successfully_aquiring_the_lease_twice_preventing_test_lease_to_be_ignored.It_should_prevent_a_new_lease_being_aquired C# (CSharp) Method

It_should_prevent_a_new_lease_being_aquired() private method

private It_should_prevent_a_new_lease_being_aquired ( ) : void
return void
            public void It_should_prevent_a_new_lease_being_aquired()
            {
                Assert.Throws<StorageClientException>(() => leaseBlob.AcquireLease(null, null));
            }
BlobLeasingTests.When_successfully_aquiring_the_lease_twice_preventing_test_lease_to_be_ignored