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

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

private The_variables_should_be_correct ( ) : void
Результат void
        public void The_variables_should_be_correct()
        {
            Assert.Equal("test analytics key", _ReceivedVars["jabbr:googleAnalytics"]);
        }