Exemplo n.º 1
0
 public void WhenSourceIsNull_ThenThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => ListExtensions.GetNext(null as IList <string>, 0));
 }