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

SetupShopCatalogServiceWithFindableItems() private method

private SetupShopCatalogServiceWithFindableItems ( ) : void
return void
        public void SetupShopCatalogServiceWithFindableItems()
        {
            SetupCatalogItemRespositoriesWithSomeItems();
            SetupAssemblerToConvertCatalogItems();
            _shopCatalogService = new ShopCatalogService(_catalogItemRepository.Object, _assembler.Object);
        }