Lines Matching refs:exists
125 if (activeMsgBox.exists(2)) in testPrinter()
135 assertTrue("Printer Setup dialog appears", printerSetUpDlg.exists(3)); in testPrinter()
192 assertTrue(aboutDialog.exists(5)); in testHelp()
196 assertTrue(helpWindow.exists(5)); in testHelp()
308 assertFalse("Quit", slideShow.exists()); in testSlideShow()
496 assertTrue("Chart Editor appears", chart.exists(3)); in testInsertChartInDraw()
500 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInDraw()
519 assertTrue("Chart Editor appears", chart.exists(3)); in testInsertChartInDocument()
523 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInDocument()
543 assertTrue("Chart Editor appears", chart.exists(3)); in testInsertChartInSpreadsheet()
547 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInSpreadsheet()
565 assertTrue("Chart Editor appears", chart.exists(3)); in testInsertChartInPresentation()
569 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInPresentation()
588 assertTrue("Table Toolbar appears", tableToolbar.exists(3)); in testInsertTableInDraw()
609 assertTrue("Table Toolbar appears", tableToolbar.exists(3)); in testInsertTableInDocument()
631 assertTrue("Table Toolbar appears", tableToolbar.exists(3)); in testInsertTableInPresentation()
754 boolean msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in testNonHttpHyperlinkWithHostOnly()