예제 #1
0
        public void TestSoustraction()
        {
            int result = func_list.Soustraction(5, 2);

            Assert.AreEqual(3, result);
            //Assert.IsFalse(result, "1 should not be prime");
        }