Affecto.IdentityManagement.AcceptanceTests.Features.RolesFeature.ClearingTheNameOfARoleIsNotAllowed C# (CSharp) Method

ClearingTheNameOfARoleIsNotAllowed() private method

private ClearingTheNameOfARoleIsNotAllowed ( ) : void
return void
        public virtual void ClearingTheNameOfARoleIsNotAllowed()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Clearing the name of a role is not allowed", ((string[])(null)));
#line 45
this.ScenarioSetup(scenarioInfo);
#line hidden
            TechTalk.SpecFlow.Table table6 = new TechTalk.SpecFlow.Table(new string[] {
                        "Name",
                        "Description",
                        "External group"});
            table6.AddRow(new string[] {
                        "Tree modifiers",
                        "Can edit the tree",
                        "Administrators"});
#line 46
    testRunner.Given("following roles exists:", ((string)(null)), table6, "Given ");
#line 49
    testRunner.When("the name of the role \'Tree modifiers\' is cleared", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "When ");
#line 50
    testRunner.Then("updating the role fails", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Then ");
#line hidden
            TechTalk.SpecFlow.Table table7 = new TechTalk.SpecFlow.Table(new string[] {
                        "Name",
                        "Description",
                        "External group"});
            table7.AddRow(new string[] {
                        "Tree modifiers",
                        "Can edit the tree",
                        "Administrators"});
#line 51
    testRunner.And("there are following roles:", ((string)(null)), table7, "And ");
#line hidden
            this.ScenarioCleanup();
        }