Searched refs:activeMsgBox (Results 1 – 12 of 12) sorted by relevance
89 activeMsgBox.ok(); in testAllowDateNotBetween()97 activeMsgBox.ok(); in testAllowDateNotBetween()105 activeMsgBox.ok(); in testAllowDateNotBetween()113 activeMsgBox.ok(); in testAllowDateNotBetween()121 activeMsgBox.ok(); in testAllowDateNotBetween()129 activeMsgBox.ok(); in testAllowDateNotBetween()160 activeMsgBox.ok(); in testAllowDecimalEqual()168 activeMsgBox.ok(); in testAllowDecimalEqual()176 activeMsgBox.ok(); in testAllowDecimalEqual()184 activeMsgBox.ok(); in testAllowDecimalEqual()[all …]
85 assertEquals("Have no alert message","Invalid value", activeMsgBox.getMessage()); in testValidityDateSupport1024Columns()86 activeMsgBox.ok(); in testValidityDateSupport1024Columns()92 assertEquals("Have no alert message","Invalid value", activeMsgBox.getMessage()); in testValidityDateSupport1024Columns()93 activeMsgBox.ok(); in testValidityDateSupport1024Columns()
90 activeMsgBox.ok(); in testFFCNotIgnoreBlank()
100 if( activeMsgBox.exists(1)) { in saveAs()101 String msg = activeMsgBox.getMessage(); in saveAs()104 activeMsgBox.yes(); in saveAs()121 if (activeMsgBox.exists(2)) in discard()122 activeMsgBox.no(); in discard()200 if (activeMsgBox.exists()) { in handleBlocker()202 activeMsgBox.ok(); in handleBlocker()205 activeMsgBox.yes(); in handleBlocker()223 if (activeMsgBox.exists(2)) { in handleBlocker()225 activeMsgBox.ok(); in handleBlocker()[all …]
126 public static final VclMessageBox activeMsgBox = new VclMessageBox(app, Constant.UID_ACTIVE); field in UIMap
528 while (activeMsgBox.exists()) { in HandleBlockers()530 String context = activeMsgBox.getMessage(); in HandleBlockers()542 activeMsgBox.ok(); in HandleBlockers()544 activeMsgBox.no(); in HandleBlockers()548 activeMsgBox.yes(); in HandleBlockers()550 activeMsgBox.no(); in HandleBlockers()553 activeMsgBox.doDefault(); in HandleBlockers()556 activeMsgBox.ok(); in HandleBlockers()558 activeMsgBox.yes(); in HandleBlockers()
120 if (activeMsgBox.exists(2)) in testPrinter()121 activeMsgBox.ok(); in testPrinter()742 boolean msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in testNonHttpHyperlinkWithHostOnly()744 activeMsgBox.no(); // close dialog in testNonHttpHyperlinkWithHostOnly()
35 import static testlib.gui.UIMap.activeMsgBox;266 activeMsgBox.ok(); in saveNewSCWithValidaty()271 activeMsgBox.ok(); in saveNewSCWithValidaty()477 if (activeMsgBox.exists()) { in saveAndReopenNewSC()478 activeMsgBox.yes(); in saveAndReopenNewSC()492 activeMsgBox.no(); in closeWithoutSaveSC()
169 activeMsgBox.ok(); in saveNewSWWithSpellCheck()497 if (activeMsgBox.exists()) { in saveAndReopenNewSW()498 activeMsgBox.yes(); in saveAndReopenNewSW()511 if (activeMsgBox.exists()) { in closeWithoutSaveSW()512 activeMsgBox.no(); in closeWithoutSaveSW()
170 if (activeMsgBox.exists()) { in saveToOther()171 activeMsgBox.yes(); in saveToOther()
353 if (activeMsgBox.exists()) { in saveAndReopenNewSD()354 activeMsgBox.yes(); in saveAndReopenNewSD()368 if (activeMsgBox.exists()) { in closeWithoutSaveSD()369 activeMsgBox.no(); in closeWithoutSaveSD()
127 boolean msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in testHyperlinkDisplaysWarning()129 activeMsgBox.no(); // close dialog in testHyperlinkDisplaysWarning()
Completed in 57 milliseconds