コード例 #1
0
        public static void AllBooksPerson_NotEmpty()
        {
            int personID = 1;
            var rezult   = _authorsController.AllBooksPerson(personID);

            Assert.NotEmpty(rezult);
        }