Apphbify.Tests.Pages.Deploy.When_config_variables_are_entered.The_variables_should_be_correct C# (CSharp) Méthode

The_variables_should_be_correct() private méthode

private The_variables_should_be_correct ( ) : void
Résultat void
        public void The_variables_should_be_correct()
        {
            Assert.Equal("test analytics key", _ReceivedVars["jabbr:googleAnalytics"]);
        }