Home
last modified time | relevance | path

Searched refs:copyAll (Results 1 – 3 of 3) sorted by relevance

/AOO41X/test/testgui/source/bvt/gui/
H A DFileTypeTest.java112 Assert.assertEquals("The typed text into writer", text, copyAll()); in saveNewDocument()
130 Assert.assertEquals("The typed text into writer is saved!", text, copyAll()); in saveNewDocument()
222 Assert.assertEquals("The typed text is saved!", text, copyAll().trim()); in saveNewPresentation()
334 assertEquals("The typed formula into math", text, copyAll()); in saveNewMath()
344 assertEquals("The typed formula into math is saved", text, copyAll()); in saveNewMath()
H A DBasicFunctionTest.java327 copyAll()); in testFind()
/AOO41X/test/testgui/source/testlib/gui/
H A DAppTool.java140 public static String copyAll() { in copyAll() method in AppTool