Exemple #1
0
        public void SoruGoruntulemeTest()
        {
            SorularBusiness soruBll = new SorularBusiness();
            List <Sorular>  sorular = soruBll.SoruGoruntule();

            Assert.IsNotNull(sorular);
        }