AzureWebFarm.Tests.Services.WebDeployServiceShould.Lease_this_instance_for_webdeploy C# (CSharp) Метод

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

private Lease_this_instance_for_webdeploy ( ) : void
Результат void
        public void Lease_this_instance_for_webdeploy()
        {
            _service.Start();
            Thread.Sleep(TimeSpan.FromSeconds(4));

            var hasWebDeployLease = AzureRoleEnvironment.HasWebDeployLease();

            Assert.That(hasWebDeployLease, Is.True);
        }