Package net.sf.gluebooster.java.booster.basic.gui.swing

Examples of net.sf.gluebooster.java.booster.basic.gui.swing.SimpleBeanEditor


  @Test(timeout = 60000)
  public void graphicalTest() throws Exception {
    BoostedRobot robot = new BoostedRobot();

    SimpleBeanEditor editor = startWithGui();
    ThreadBoostUtils.sleep(2000);

    // TODO do something;
    robot.mouseMove(editor.getContainingFrame());
    ThreadBoostUtils.sleep(1000);
    editor.getContainingFrame().dispose();

  }
View Full Code Here

TOP

Related Classes of net.sf.gluebooster.java.booster.basic.gui.swing.SimpleBeanEditor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.