Home
last modified time | relevance | path

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

/trunk/main/bean/qa/complex/bean/
H A DOOoBeanTest.java424 Robot roby = new Robot(); in test6() local
425 roby.keyPress(KeyEvent.VK_H); in test6()
426 roby.keyRelease(KeyEvent.VK_H); in test6()
518 Robot roby = new Robot(); in test6a() local
519 roby.mouseMove(300, 200); in test6a()
520 roby.waitForIdle(); in test6a()
521 roby.mousePress(InputEvent.BUTTON1_MASK); in test6a()
522 roby.waitForIdle(); in test6a()
523 roby.mouseRelease(InputEvent.BUTTON1_MASK); in test6a()
524 roby.waitForIdle(); in test6a()
[all …]