Example #1
0
 public void BatchNullSequence()
 {
     Assert.ThrowsArgumentNullException("source", () =>
                                        MoreEnumerable.Batch <object>(null, 1));
 }
Example #2
0
 public void BatchNullSequence()
 {
     MoreEnumerable.Batch <object>(null, 1);
 }