Affecto.IdentityManagement.AcceptanceTests.Features.UsersFeature.RemovingAUserOrganizationCannotBeDoneWithoutAPermission C# (CSharp) Method

RemovingAUserOrganizationCannotBeDoneWithoutAPermission() private method

        public virtual void RemovingAUserOrganizationCannotBeDoneWithoutAPermission()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Removing a user organization cannot be done without a permission", ((string[])(null)));
#line 125
this.ScenarioSetup(scenarioInfo);
#line 126
    testRunner.Given("an organization \'R&D\' exists", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Given ");
#line 127
    testRunner.And("a user \'Hank Jennings\' is added", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "And ");
#line 128
    testRunner.And("the user \'Hank Jennings\' is added to the organization \'R&D\'", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "And ");
#line 129
    testRunner.When("the user has no permission to maintain user data", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "When ");
#line 130
    testRunner.And("the user \'Hank Jennings\' is removed from the organization \'R&D\'", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "And ");
#line 131
    testRunner.Then("removing the organization fails because of invalid permissions", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Then ");
#line hidden
            this.ScenarioCleanup();
        }