public void LongCountWithPredicateSourceArgumentNull() { Assert.Throws <ArgumentNullException>(() => NullData.LongCount(x => true)).WithParameter("source"); }