System.Linq.Tests.CountTests.NullSource C# (CSharp) Method

NullSource() private method

private NullSource ( ) : void
return void
        public void NullSource()
        {
            Assert.Throws<ArgumentNullException>("source", () => ((IQueryable<int>)null).Count());
        }