AcceptanceTests.Features.NavigateToTheHomepageOnWww_Kanban_Boards_ComFeature.NavigateToTheHomepage C# (CSharp) Метод

NavigateToTheHomepage() приватный Метод

private NavigateToTheHomepage ( ) : void
Результат void
        public virtual void NavigateToTheHomepage()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Navigate to the homepage", ((string[])(null)));
#line 8
this.ScenarioSetup(scenarioInfo);
#line 9
   testRunner.When("I navigate to to the homepage");
#line 10
   testRunner.Then("I should see a list of the 3 most favorited Kanban boards");
#line 11
    testRunner.And("I should see a list of the 3 latests added Kanban boards");
#line hidden
            testRunner.CollectScenarioErrors();
        }
    }