Apphbify.Tests.DataStoreTests.GetAllApps.All_default_variables_should_not_be_null C# (CSharp) Method

All_default_variables_should_not_be_null() private method

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