CleanCart.AcceptanceTests.Steps.ShopCatalogSteps.WhenIVisitTheCatalog C# (CSharp) Method

WhenIVisitTheCatalog() private method

private WhenIVisitTheCatalog ( ) : void
return void
        public void WhenIVisitTheCatalog()
        {
            var shopCatalogService = new ShopCatalogService(_catalogItemRepository, _catalogItemAssembler);
            var shopCatalogController = new ShopCatalogController(shopCatalogService);
            _shopCatalogViewResult = shopCatalogController.Index();
        }