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

ClearingTheNameOfAnOrganizationIsNotPossible() private method

private ClearingTheNameOfAnOrganizationIsNotPossible ( ) : void
return void
        public virtual void ClearingTheNameOfAnOrganizationIsNotPossible()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Clearing the name of an organization is not possible", ((string[])(null)));
#line 36
this.ScenarioSetup(scenarioInfo);
#line 37
    testRunner.Given("an organization \'Cleaners\' is added", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Given ");
#line 38
    testRunner.When("the name of the organization \'Cleaners\' is cleared", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "When ");
#line 39
    testRunner.Then("updating the organization fails", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Then ");
#line hidden
            this.ScenarioCleanup();
        }