Amido.Testing.Tests.Azure.BlobLeasingTests.When_releasing_the_lease_twice.It_should_not_throw C# (CSharp) Метод

It_should_not_throw() приватный Метод

private It_should_not_throw ( ) : void
Результат void
            public void It_should_not_throw()
            {
                Assert.DoesNotThrow(() => BlobStorage.ReleaseLease(blobSettings, leaseId));
            }
        }
BlobLeasingTests.When_releasing_the_lease_twice