Example #1
0
        public void GetCategoryPoems_Test()
        {
            var output = _appService.GetCategoryPoems();

            output.Count.ShouldBe(3);
        }