Apphbify.Tests.Pages.Deploy.When_config_variables_are_entered.It_should_have_fired_the_deployment C# (CSharp) Метод

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

private It_should_have_fired_the_deployment ( ) : void
Результат void
        public void It_should_have_fired_the_deployment()
        {
            string slug;
            _Deploy.Verify(d => d.Deploy(It.IsAny<string>(), It.IsAny<string>(), It.IsAny<App>(), It.IsAny<Dictionary<string, string>>(), out slug), Times.Once());
        }