AccountManagement.Specs.Features.PatientRegistrationFeature.SuccessfulRegistration C# (CSharp) Method

SuccessfulRegistration() private method

private SuccessfulRegistration ( ) : void
return void
        public virtual void SuccessfulRegistration()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Successful registration", ((string[])(null)));
#line 8
this.ScenarioSetup(scenarioInfo);
#line 3
this.FeatureBackground();
#line hidden
            TechTalk.SpecFlow.Table table1 = new TechTalk.SpecFlow.Table(new string[] {
                        "name",
                        "email",
                        "password",
                        "confirm password",
                        "mobile",
                        "gender"});
            table1.AddRow(new string[] {
                        "Nehad",
                        "[email protected]",
                        "123",
                        "123",
                        "123456",
                        "female"});
#line 9
 testRunner.When("I enter the following data:", ((string)(null)), table1, "When ");
#line 13
 testRunner.And("I press on \"Register\" button.", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "And ");
#line 15
   testRunner.Then("I should see \"successful\" message \"you registered successfully, check your email " +
                    "to activate your account\".", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Then ");
#line 16
  testRunner.And("I should receive activation email.", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "And ");
#line hidden
            this.ScenarioCleanup();
        }
    }