Exemplo n.º 1
0
 public void ConcatFirstArgumentNull()
 {
     Assert.Throws <ArgumentNullException>(() => NullData.Concat(DummyData)).WithParameter("first");
 }