Affecto.IdentityManagement.AcceptanceTests.Features.OrganizationsFeature.AddingOrganizations C# (CSharp) Method

AddingOrganizations() private method

private AddingOrganizations ( ) : void
return void
        public virtual void AddingOrganizations()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Adding organizations", ((string[])(null)));
#line 8
this.ScenarioSetup(scenarioInfo);
#line 9
    testRunner.When("an organization \'R&D\' is added with a description \'Research and development\'", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "When ");
#line 10
 testRunner.And("an organization \'Management\' is added", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "And ");
#line 11
    testRunner.And("an organization \'Cleaners\' is added", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "And ");
#line hidden
            TechTalk.SpecFlow.Table table1 = new TechTalk.SpecFlow.Table(new string[] {
                        "Name",
                        "Description",
                        "Email"});
            table1.AddRow(new string[] {
                        "R&D",
                        "Research and development",
                        ""});
            table1.AddRow(new string[] {
                        "Management",
                        "",
                        ""});
            table1.AddRow(new string[] {
                        "Cleaners",
                        "",
                        ""});
#line 12
    testRunner.Then("the following organizations exist:", ((string)(null)), table1, "Then ");
#line 17
    testRunner.And("all organizations are enabled", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "And ");
#line hidden
            this.ScenarioCleanup();
        }