BookShop.AcceptanceTests.US04_BookDetailsFeature.TheAuthorTheTitleAndThePriceOfABookCanBeSeen C# (CSharp) Method

TheAuthorTheTitleAndThePriceOfABookCanBeSeen() private method

private TheAuthorTheTitleAndThePriceOfABookCanBeSeen ( ) : void
return void
        public virtual void TheAuthorTheTitleAndThePriceOfABookCanBeSeen()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("The author, the title and the price of a book can be seen", ((string[])(null)));
#line 15
this.ScenarioSetup(scenarioInfo);
#line 7
this.FeatureBackground();
#line 16
 testRunner.When("I open the details of \'Analysis Patterns\'", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "When ");
#line hidden
            TechTalk.SpecFlow.Table table2 = new TechTalk.SpecFlow.Table(new string[] {
                        "Author",
                        "Title",
                        "Price"});
            table2.AddRow(new string[] {
                        "Martin Fowler",
                        "Analysis Patterns",
                        "50.20"});
#line 17
 testRunner.Then("the book details should show", ((string)(null)), table2, "Then ");
#line hidden
            this.ScenarioCleanup();
        }