Exemplo n.º 1
0
        public void GetAllAnimalStoryByIdValidInput()
        {
            var animalStory = animalsController.GetAnimalStoryResultById(1, (int)Languages.he);

            Assert.AreEqual("גילי הבבון", animalStory.Name);
            Assert.AreEqual("storyUrl1", animalStory.PictureUrl);
        }