Home
last modified time | relevance | path

Searched refs:Tester (Results 1 – 25 of 34) sorted by relevance

12

/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java29 import org.openoffice.test.vcl.Tester;
73 Tester.click((int) rect.x + x, (int) rect.y + y); in click()
78 Tester.doubleClick((int) rect.x + x, (int) rect.y + y); in doubleClick()
83 Tester.click((int)(rect.x + xPercent * rect.width), (int) (rect.y + yPercent * rect.height)); in click()
88Tester.doubleClick((int)(rect.x + xPercent * rect.width), (int) (rect.y + yPercent * rect.height)); in doubleClick()
93 Tester.rightClick((int) rect.x + x, (int) rect.y + y); in rightClick()
98 Tester.drag((int) rect.x + fromX, (int) rect.y + fromY, (int) rect.x + toX, (int) rect.y + toY); in drag()
287 Tester.typeKeys(keys);
304 Tester.sleep(0.1);
H A DVclApp.java28 import org.openoffice.test.vcl.Tester;
212 Tester.sleep(interval); in exists()
H A DVclMenuItem.java27 import org.openoffice.test.vcl.Tester;
130 Tester.sleep(0.5); in select()
/trunk/test/testcommon/source/org/openoffice/test/vcl/
H A DTester.java37 public class Tester { class
52 public Tester() { in Tester() method in Tester
319 Tester.sleep(3); in main()
320 Tester.typeKeys(" "); in main()
/trunk/test/testgui/source/testlib/gui/
H A DAppTool.java31 import org.openoffice.test.vcl.Tester;
34 public class AppTool extends Tester {
126 Tester.typeKeys(keys); in typeKeys()
H A DSCTool.java24 import static org.openoffice.test.vcl.Tester.*;
/trunk/main/ure/source/uretest/
H A DJavaNative.java27 import test.java.tester.Tester;
31 Tester.test( in main()
H A DTester.java32 public final class Tester { class
50 private Tester() {} in Tester() method in Tester
H A DJavaMain.java32 import test.java.tester.Tester;
40 Tester.test(context); in run()
H A DMakefile.pln174 out.pln/tester.jar: out.pln/class/tester/test/java/tester/Tester.class \
182 out.pln/class/tester/test/java/tester/Tester.class: Tester.java \
H A Dtester.mf.template3 Main-Class: test/java/tester/Tester
/trunk/test/testgui/source/fvt/gui/sd/table/
H A DTableBorderProperty.java25 import static org.openoffice.test.vcl.Tester.*;
/trunk/test/testgui/source/fvt/gui/sd/shape/
H A DShapeTypes.java27 import static org.openoffice.test.vcl.Tester.sleep;
/trunk/test/testgui/source/fvt/gui/sw/hyperlink/
H A DWarningDialog.java24 import static org.openoffice.test.vcl.Tester.*;
/trunk/test/testgui/source/fvt/gui/sd/headerandfooter/
H A DDocumentWithHeaderFooter.java29 import static org.openoffice.test.vcl.Tester.sleep;
H A DHeaderAndFooterSetting.java29 import static org.openoffice.test.vcl.Tester.*;
/trunk/test/testgui/source/fvt/gui/formula/importexport/
H A DFormulaInDifferentWays.java29 import static org.openoffice.test.vcl.Tester.*;
/trunk/test/testgui/source/svt/gui/sw/
H A DFileTypeAboutWriter.java30 import static org.openoffice.test.vcl.Tester.*;
/trunk/test/testgui/source/bvt/gui/
H A DFileTypeTest.java29 import static org.openoffice.test.vcl.Tester.*;
/trunk/test/testgui/source/fvt/gui/sc/subtotals/
H A DSubtotalsFunctions.java27 import static org.openoffice.test.vcl.Tester.*;
/trunk/test/testgui/source/svt/gui/
H A DTestSample.java25 import static org.openoffice.test.vcl.Tester.*;
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/test/testgui/source/pvt/gui/
H A DBenchmark.java30 import static org.openoffice.test.vcl.Tester.*;
/trunk/test/testgui/source/svt/gui/sd/
H A DBasicFuncOnImpress.java30 import static org.openoffice.test.vcl.Tester.*;
/trunk/test/testgui/source/fvt/gui/sw/table/
H A DTableGeneral.java25 import static org.openoffice.test.vcl.Tester.*;

Completed in 99 milliseconds

12