Exemplo n.º 1
0
 public void LastOrDefaultWithPredicateEmptySource()
 {
     Assert.That(EmptyData.LastOrDefault(x => true), Is.Null);
 }
Exemplo n.º 2
0
 public void LastOrDefaultEmptySource()
 {
     Assert.That(EmptyData.LastOrDefault(), Is.Null);
 }