Beispiel #1
0
 public void ExactlyWithNullSequence()
 {
     Assert.ThrowsArgumentNullException("source",
                                        () => MoreEnumerable.Exactly <int>(null, 1));
 }