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