Exemplo n.º 1
0
 private void setUpRobot() {
   robot = BasicRobot.robotWithNewAwtHierarchy();
   robot.settings().delayBetweenEvents(ROBOT_DELAY_MILLIS);
 }
 @Before
 public void setup() {
   this.r = BasicRobot.robotWithNewAwtHierarchy();
 }