System.Linq.Tests.AverageTests.NullNIntSource C# (CSharp) Method

NullNIntSource() private method

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