Apphbify.Tests.Pages.Deploy.When_application_has_default_variables.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("true", _ReceivedVars["jabbr:proxyImages"]);
            Assert.Equal("true", _ReceivedVars["jabbr:requireHttps"]);
            Assert.NotEqual("{random_hex}", _ReceivedVars["jabbr:encryptionKey"]);
            Assert.NotEqual("{random_hex}", _ReceivedVars["jabbr:verificationKey"]);
        }