/aoo42x/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclControl.java | 29 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() 88 …Tester.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 D | VclApp.java | 28 import org.openoffice.test.vcl.Tester; 212 Tester.sleep(interval); in exists()
|
H A D | VclMenuItem.java | 27 import org.openoffice.test.vcl.Tester; 130 Tester.sleep(0.5); in select()
|
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/ |
H A D | Tester.java | 37 public class Tester { class 52 public Tester() { in Tester() method in Tester 319 Tester.sleep(3); in main() 320 Tester.typeKeys(" "); in main()
|
/aoo42x/test/testgui/source/testlib/gui/ |
H A D | AppTool.java | 31 import org.openoffice.test.vcl.Tester; 34 public class AppTool extends Tester { 126 Tester.typeKeys(keys); in typeKeys()
|
H A D | SCTool.java | 24 import static org.openoffice.test.vcl.Tester.*;
|
/aoo42x/main/ure/source/uretest/ |
H A D | JavaNative.java | 27 import test.java.tester.Tester; 31 Tester.test( in main()
|
H A D | Tester.java | 32 public final class Tester { class 50 private Tester() {} in Tester() method in Tester
|
H A D | JavaMain.java | 32 import test.java.tester.Tester; 40 Tester.test(context); in run()
|
H A D | Makefile.pln | 174 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 D | tester.mf.template | 3 Main-Class: test/java/tester/Tester
|
/aoo42x/test/testgui/source/fvt/gui/sd/table/ |
H A D | TableBorderProperty.java | 25 import static org.openoffice.test.vcl.Tester.*;
|
/aoo42x/test/testgui/source/fvt/gui/sd/shape/ |
H A D | ShapeTypes.java | 27 import static org.openoffice.test.vcl.Tester.sleep;
|
/aoo42x/test/testgui/source/fvt/gui/sw/hyperlink/ |
H A D | WarningDialog.java | 24 import static org.openoffice.test.vcl.Tester.*;
|
/aoo42x/test/testgui/source/fvt/gui/sd/headerandfooter/ |
H A D | DocumentWithHeaderFooter.java | 29 import static org.openoffice.test.vcl.Tester.sleep;
|
H A D | HeaderAndFooterSetting.java | 29 import static org.openoffice.test.vcl.Tester.*;
|
/aoo42x/test/testgui/source/fvt/gui/formula/importexport/ |
H A D | FormulaInDifferentWays.java | 29 import static org.openoffice.test.vcl.Tester.*;
|
/aoo42x/test/testgui/source/svt/gui/sw/ |
H A D | FileTypeAboutWriter.java | 30 import static org.openoffice.test.vcl.Tester.*;
|
/aoo42x/test/testgui/source/bvt/gui/ |
H A D | FileTypeTest.java | 29 import static org.openoffice.test.vcl.Tester.*;
|
/aoo42x/test/testgui/source/fvt/gui/sc/subtotals/ |
H A D | SubtotalsFunctions.java | 27 import static org.openoffice.test.vcl.Tester.*;
|
/aoo42x/test/testgui/source/svt/gui/ |
H A D | TestSample.java | 25 import static org.openoffice.test.vcl.Tester.*;
|
/aoo42x/test/testassistant/lib/ |
H A D | testcommon.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/openoffice/
org/openoffice/test/
org/openoffice/test/common/
... |
/aoo42x/test/testgui/source/pvt/gui/ |
H A D | Benchmark.java | 30 import static org.openoffice.test.vcl.Tester.*;
|
/aoo42x/test/testgui/source/fvt/gui/sw/table/ |
H A D | TableGeneral.java | 25 import static org.openoffice.test.vcl.Tester.*;
|
/aoo42x/test/testgui/source/svt/gui/sd/ |
H A D | BasicFuncOnImpress.java | 30 import static org.openoffice.test.vcl.Tester.*;
|