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

ChangingOrganizationEmail() private method

private ChangingOrganizationEmail ( ) : void
return void
        public virtual void ChangingOrganizationEmail()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Changing organization email", ((string[])(null)));
#line 76
this.ScenarioSetup(scenarioInfo);
#line 77
    testRunner.Given("an organization \'R&D\' is added", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Given ");
#line 78
    testRunner.When("the email of the organization \'R&D\' is changed to \'[email protected]\'", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "When ");
#line hidden
            TechTalk.SpecFlow.Table table4 = new TechTalk.SpecFlow.Table(new string[] {
                        "Name",
                        "Description",
                        "Email"});
            table4.AddRow(new string[] {
                        "R&D",
                        "",
                        "[email protected]"});
#line 79
    testRunner.Then("the following organizations exist:", ((string)(null)), table4, "Then ");
#line hidden
            this.ScenarioCleanup();
        }
    }