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