Ejemplo n.º 1
0
 public void ChangePopupContainerEditSizeTest()
 {
     using (new EditorsTestInitializer()) {
         this.UIMap.SwitchToPopupContainerEditDemoModule();
         this.UIMap.ChangePopupContainerEditSize();
         DXWindow uIPopupContainerFormWindow = UIMap.UIXtraEditorsTutorialsWindow.UIPcMainClient.UIGcContainerClient.UIModulePopupContainerCustom.UIXtraTabControl1TabList.UIXtraTabPage1Client.UIPanelControl1Client.UIPopupContainerEditSaEdit.UIPopupContainerFormWindow;
         Assert.AreEqual(UIMap.CheckPopupContainerEditSizeExpectedValues.UIPopupContainerFormWindowSize, CodedUIUtils.ConvertToString(uIPopupContainerFormWindow.Size));
     }
 }
Ejemplo n.º 2
0
 public void ChangeMemoExEditSizeTest()
 {
     using (new EditorsTestInitializer()) {
         this.UIMap.SwitchToMemoExEditDemoModule();
         this.UIMap.ChangeMemoExEditSize();
         DXWindow uIMemoExPopupFormWindow = UIMap.UITheXtraEditorsSuiteDWindow2.UIPanelControl1Client.UIGcContainerClient.UIModuleMemoExEditCustom.UIXtraTabControl1TabList.UIXtraTabPage1Client.UIPanelControl1Client.UIMemoExEditSamplePopupEdit.UIMemoExPopupFormWindow;
         Assert.AreEqual(UIMap.CheckMemoExEditSizeExpectedValues.UIMemoExPopupFormWindowSize, CodedUIUtils.ConvertToString(uIMemoExPopupFormWindow.Size));
     }
 }