Lines Matching refs:app

51 		app.start(true);  in setUp()
58 app.stop(); in tearDown()
71 app.dispatch(".uno:ToolBox"); in testElementsWindowActive()
86 app.dispatch(".uno:ToolBox"); in testCreateFormulaFromElementsWindow()
94 app.dispatch(".uno:NextMark"); in testCreateFormulaFromElementsWindow()
99 app.dispatch(".uno:Select"); in testCreateFormulaFromElementsWindow()
100 app.dispatch(".uno:Copy"); in testCreateFormulaFromElementsWindow()
101 assertEquals("The inserted formula into math", insertedFormula.concat(" "), app.getClipboard()); in testCreateFormulaFromElementsWindow()
109 app.dispatch(".uno:Select"); in testCreateFormulaFromElementsWindow()
110 app.dispatch(".uno:Copy"); in testCreateFormulaFromElementsWindow()
111 assertEquals("The inserted formula into math", insertedFormula.concat(" "), app.getClipboard()); in testCreateFormulaFromElementsWindow()
139 app.dispatch(".uno:Select"); in testCreateFormulaFromRightClickMenu()
140 app.dispatch(".uno:Copy"); in testCreateFormulaFromRightClickMenu()
142 assertEquals("The inserted formula into math", insertedFormula.concat(" "), app.getClipboard()); in testCreateFormulaFromRightClickMenu()
149 app.dispatch(".uno:Select"); in testCreateFormulaFromRightClickMenu()
150 app.dispatch(".uno:Copy"); in testCreateFormulaFromRightClickMenu()
151 …assertEquals("The inserted formula into math", insertedFormula.concat(" "), app.getClipboard()); … in testCreateFormulaFromRightClickMenu()
164 app.dispatch(".uno:ToolBox"); in testUndoRedoInMath()
175 app.dispatch(".uno:Undo"); in testUndoRedoInMath()
176 app.dispatch(".uno:Select"); in testUndoRedoInMath()
177 app.dispatch(".uno:Copy"); in testUndoRedoInMath()
178 assertEquals("The inserted formula into math", "+<?> ", app.getClipboard()); in testUndoRedoInMath()
181 app.dispatch(".uno:Redo"); in testUndoRedoInMath()
182 app.dispatch(".uno:Select"); in testUndoRedoInMath()
183 app.dispatch(".uno:Copy"); in testUndoRedoInMath()
184 assertEquals("The inserted formula into math", "+a ", app.getClipboard()); in testUndoRedoInMath()