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

EmptySourceWithPredicate() private méthode

private EmptySourceWithPredicate ( ) : void
Résultat void
        public void EmptySourceWithPredicate()
        {
            int[] data = { };
            Assert.Equal(0, data.AsQueryable().LongCount());
        }