Ejemplo n.º 1
0
        public void OptionService_GetCategoryOptions_ShouldTypeListOfSelectListItems()
        {
            var result = _optionService.GetCategoryOptions();

            result.Should().BeOfType <List <SelectListItem> >();
        }