Exemple #1
0
        public void Test_ToplaMethod()
        {
            TemelIslemler tm    = new TemelIslemler();
            double        sonuc = tm.Topla(10, 10);

            Assert.AreEqual(sonuc, 20);
        }