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

ChangingOrganizationName() private method

private ChangingOrganizationName ( ) : void
return void
        public virtual void ChangingOrganizationName()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Changing organization name", ((string[])(null)));
#line 29
this.ScenarioSetup(scenarioInfo);
#line 30
    testRunner.Given("an organization \'Cleaners\' is added", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Given ");
#line 31
    testRunner.When("the name of the organization \'Cleaners\' is changed to \'Sanitators\'", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "When ");
#line hidden
            TechTalk.SpecFlow.Table table2 = new TechTalk.SpecFlow.Table(new string[] {
                        "Name",
                        "Description",
                        "Email"});
            table2.AddRow(new string[] {
                        "Sanitators",
                        "",
                        ""});
#line 32
    testRunner.Then("the following organizations exist:", ((string)(null)), table2, "Then ");
#line hidden
            this.ScenarioCleanup();
        }