Apphbify.Tests.DataStoreTests.GetAllApps.All_default_variables_should_not_be_null C# (CSharp) Méthode

All_default_variables_should_not_be_null() private méthode

private All_default_variables_should_not_be_null ( ) : void
Résultat void
        public void All_default_variables_should_not_be_null()
        {
            Assert.True(_Apps.All(d => d.DefaultVariables != null));
        }