CleanCart.ApplicationServices.Tests.ShopCatalogServiceTest.ListItemsShouldFindAllItems C# (CSharp) Method

ListItemsShouldFindAllItems() private method

private ListItemsShouldFindAllItems ( ) : void
return void
        public void ListItemsShouldFindAllItems()
        {
            _shopCatalogService.ListCatalogItems();
            _catalogItemRepository.Verify(x => x.FindAll());
        }