Example #1
0
        public void GetCategoryPoem_Test()
        {
            var output = _appService.GetPoemsOfCategory(1);

            output.Count.ShouldBe(3);
        }