Пример #1
0
 public void ToList_ArgumentChecking()
 {
     Assert.ThrowsException <ArgumentNullException>(() => Subscribable.ToList <int>(null));
 }