Ejemplo n.º 1
0
 public int Nth_prime_calculated(int nth)
 {
     return(NthPrime.Nth(nth));
 }
Ejemplo n.º 2
0
 public void Nth_prime_calculated(int nth, int expected)
 {
     Assert.Equal(expected, NthPrime.Nth(nth));
 }