AccountManagement.Specs.Features.AccountActivationFeature.FeatureBackground C# (CSharp) Method

FeatureBackground() public method

public FeatureBackground ( ) : void
return void
        public virtual void FeatureBackground()
        {
#line 3
#line 4
    testRunner.Given("I am on “login” page.", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Given ");
#line hidden
            TechTalk.SpecFlow.Table table1 = new TechTalk.SpecFlow.Table(new string[] {
                        "name",
                        "password",
                        "email",
                        "mobile",
                        "gender",
                        "activated",
                        "activation code"});
            table1.AddRow(new string[] {
                        "Tala",
                        "123",
                        "[email protected]",
                        "00972598",
                        "Female",
                        "no",
                        "012465"});
#line 6
    testRunner.And("I am registered with the following data :", ((string)(null)), table1, "And ");
#line 9
   testRunner.Then("I should be on \"Activate account” page.", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Then ");
#line hidden
        }