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

CheckingForUserSNon_MatchingCaseSensitivePassword() private method

private CheckingForUserSNon_MatchingCaseSensitivePassword ( ) : void
return void
        public virtual void CheckingForUserSNon_MatchingCaseSensitivePassword()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Checking for user\'s non-matching case sensitive password", ((string[])(null)));
#line 165
this.ScenarioSetup(scenarioInfo);
#line 166
    testRunner.Given("a user \'Hank Jennings\' is added", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Given ");
#line 167
    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 168
    testRunner.Then("password \'verysecret\' does not match to the password of user account \'hank@domain" +
                    "\'", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Then ");
#line hidden
            this.ScenarioCleanup();
        }