Exemple #1
0
        public void Test_Pozitifmi()
        {
            TemelIslemler tm    = new TemelIslemler();
            bool          sonuc = tm.Pozitifmi(1);

            Assert.IsTrue(sonuc);
        }