CleanCart.AcceptanceTests.Steps.ShopCatalogSteps.WhenIVisitTheCatalog C# (CSharp) Méthode

WhenIVisitTheCatalog() private méthode

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