Example #1
0
        public static void AllBooksGenre_2_NotEmpty()
        {
            int genreID = 2;
            var rezult  = bookRepository.AllBooksGenre(genreID);

            Assert.NotEmpty(rezult);
        }