BookShop.AcceptanceTests.US02_HomeScreenFeature.Cheapest3BooksShouldBeListedOnTheHomeScreenListSyntax C# (CSharp) Method

Cheapest3BooksShouldBeListedOnTheHomeScreenListSyntax() private method

        public virtual void Cheapest3BooksShouldBeListedOnTheHomeScreenListSyntax()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Cheapest 3 books should be listed on the home screen (list syntax)", new string[] {
                        "alternative_syntax"});
#line 22
this.ScenarioSetup(scenarioInfo);
#line 7
this.FeatureBackground();
#line 23
 testRunner.When("I enter the shop", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "When ");
#line 24
 testRunner.Then("the home screen should show the books \'Bridging the Communication Gap\', \'Inside W" +
                    "indows SharePoint Services\', \'Domain Driven Design\'", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Then ");
#line hidden
            this.ScenarioCleanup();
        }