System.Linq.Tests.LongCountTests.EmptySourceWithPredicate C# (CSharp) Method

EmptySourceWithPredicate() private method

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