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

OrganizationCannotBeUpdatedWithoutAPermission() private method

private OrganizationCannotBeUpdatedWithoutAPermission ( ) : void
return void
        public virtual void OrganizationCannotBeUpdatedWithoutAPermission()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Organization cannot be updated without a permission", ((string[])(null)));
#line 41
this.ScenarioSetup(scenarioInfo);
#line 42
    testRunner.Given("an organization \'R&D\' is added with a description \'Research and development\'", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Given ");
#line 43
    testRunner.When("the user has no permission to maintain user data", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "When ");
#line 44
    testRunner.And("the description of the organization \'R&D\' is cleared", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "And ");
#line 45
    testRunner.Then("updating the organization fails because of invalid permissions", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Then ");
#line hidden
            this.ScenarioCleanup();
        }