コード例 #1
0
        public void All_WithExistingData_ShouldReturnNull()
        {
            var stories = service.GetAllStories().ToList();

            stories.ShouldBeEmpty();

            var storiesAsViewModel = service.GetAllStoriesAsViewModels().ToList();

            storiesAsViewModel.ShouldBeEmpty();
        }