System.Linq.Tests.CountTests.EmptySourceWithPredicate C# (CSharp) Méthode

EmptySourceWithPredicate() private méthode

private EmptySourceWithPredicate ( ) : void
Résultat void
        public void EmptySourceWithPredicate()
        {
            Assert.Equal(0, Enumerable.Empty<int>().AsQueryable().Count(i => i % 2 == 0));
        }