Beispiel #1
0
 public void IsPrime(bool expected, int input)
 {
     Assert.AreEqual(expected, StringAndNumUtility.IsPrime(input));
 }