Exemplo n.º 1
0
 public void LastWithPredicateSourceArgumentNull()
 {
     Assert.Throws <ArgumentNullException>(() => NullData.Last(x => true)).WithParameter("source");
 }
Exemplo n.º 2
0
 public void LastSourceArgumentNull()
 {
     Assert.Throws <ArgumentNullException>(() => NullData.Last()).WithParameter("source");
 }