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

CheckingForMatchingPasswordOfNon_ExistingUser() private method

private CheckingForMatchingPasswordOfNon_ExistingUser ( ) : void
return void
        public virtual void CheckingForMatchingPasswordOfNon_ExistingUser()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Checking for matching password of non-existing user", ((string[])(null)));
#line 170
this.ScenarioSetup(scenarioInfo);
#line 171
    testRunner.Given("a user \'Hank Jennings\' is added", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Given ");
#line 172
    testRunner.And("an account with name \'hank@domain\' and password \'VerySecret\' is added for user \'H" +
                    "ank Jennings\'", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "And ");
#line 173
    testRunner.Then("password \'VerySecret!\' does not match to the password of user account \'otherUser@" +
                    "domain\'", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Then ");
#line hidden
            this.ScenarioCleanup();
        }