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

All_variables_should_not_be_null() private méthode

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