public void LastOrDefaultWithPredicateEmptySource() { Assert.That(EmptyData.LastOrDefault(x => true), Is.Null); }
public void LastOrDefaultEmptySource() { Assert.That(EmptyData.LastOrDefault(), Is.Null); }