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