Exemple #1
0
        public void Test_CarpMethod()
        {
            TemelIslemler tm    = new TemelIslemler();
            double        sonuc = tm.Carp(5, 5);

            Assert.AreEqual(sonuc, 25);
        }