Example #1
0
        public void GetBooksTestMethod2()
        {
            IStatisticService serv  = new StatisticService();
            List <BookDTO>    books = serv.GetBooksToRead(1).ToList();
            int len      = books.Count;
            int expected = 1;

            Assert.AreNotEqual(expected, len);
        }