示例#1
0
 public void AllSourceArgumentNull()
 {
     Assert.Throws <ArgumentNullException>(() => NullData.All(x => true)).WithParameter("source");
 }