Beispiel #1
0
        public void AuthorExists()
        {
            string authorId = _auRepo.GetAuthors().First().AuthorId;
            var    result   = _auRepo.AuthorExists(authorId);

            Assert.IsType <bool>(result);
        }