Exemplo n.º 1
0
 public void AllPredicateArgumentNull()
 {
     Assert.Throws <ArgumentNullException>(() => DummyData.All(null)).WithParameter("predicate");
 }