Exemplo n.º 1
0
 public void LongCountWithPredicateOverflow()
 {
     Assert.Throws <OverflowException>(() => LongOverflowEnumerable.LongCount(x => true));
 }
Exemplo n.º 2
0
 public void LongCountOverflow()
 {
     Assert.Throws <OverflowException>(() => LongOverflowEnumerable.LongCount());
 }