public void TestMethod1() { Assert.IsTrue(IsPrimeCheck.IsPrime(2)); }
public void TestMethod2() { Assert.AreEqual(IsPrimeCheck.AddPrimes(2), 5); }