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