Example #1
0
        public LoginPage(TestContext testContext, TestingProfile testProfile, ITestFrameworkConfiguration config) : base(testContext, testProfile, config)
        {
            _testingProfile = testProfile;
            _testContext    = testContext;
            _config         = config;

            Initialize();
        }
Example #2
0
 public BaseDashboardPage(TestContext testContext, TestingProfile testProfile, ITestFrameworkConfiguration testConfig)
 {
     _testingProfile = testProfile;
     _testContext    = testContext;
     _config         = testConfig;
 }