Beispiel #1
0
 public void PadNullSource()
 {
     Assert.ThrowsArgumentNullException("source", () =>
                                        MoreEnumerable.Pad <object>(null, 0));
 }
Beispiel #2
0
 public void PadNullSource()
 {
     MoreEnumerable.Pad <object>(null, 0);
 }