Ejemplo n.º 1
0
        public void T2GContextAttributeTest_TC_Sw_GroundCore_Classes_0006_C()
        {
            T2GContextAttribute obj = new T2GContextAttribute();

            UpdateConfigKey("T2G_NotificationUrl", "T2G_NotificationUrl1", "http://10.0.16.101/Maintenance/NotificationService.svc");
            Assert.AreNotEqual(false, PIS.Ground.Core.Utility.T2GConfiguration.InitializeT2GConfig());
            UpdateConfigKey("T2G_NotificationUrl1", "T2G_NotificationUrl", "http://10.0.16.101/Maintenance/NotificationService.svc");
        }
Ejemplo n.º 2
0
        public void T2GContextAttributeTest_TC_Sw_GroundCore_Classes_0006_B()
        {
            T2GContextAttribute obj = new T2GContextAttribute();

            UpdateConfigKey("T2G_Password", "T2G_Password1", "admin");
            Assert.AreNotEqual(false, PIS.Ground.Core.Utility.T2GConfiguration.InitializeT2GConfig());
            UpdateConfigKey("T2G_Password1", "T2G_Password", "admin");
        }
Ejemplo n.º 3
0
        public void T2GContextAttributeTest_TC_Sw_GroundCore_Classes_0006_D()
        {
            T2GContextAttribute obj = new T2GContextAttribute();

            UpdateConfigKey("ApplicationId", "ApplicationId1", "PIS.Maintenance");
            Assert.AreNotEqual(false, PIS.Ground.Core.Utility.T2GConfiguration.InitializeT2GConfig());
            UpdateConfigKey("ApplicationId1", "ApplicationId", "PIS.Maintenance");
        }
Ejemplo n.º 4
0
        public void T2GContextAttributeTest_TC_Sw_GroundCore_Classes_0006_E()
        {
            T2GContextAttribute obj = new T2GContextAttribute();

            Assert.AreNotEqual(true, PIS.Ground.Core.Utility.T2GConfiguration.InitializeT2GConfig());
        }