Package org.uispec4j

Examples of org.uispec4j.MenuItem$JMenuItemWrapper


public class FreeplaneFirstTest extends FreeplaneTestCase {
  @Test
  public void testFileOpen() throws Exception {
    final FreeplaneWindow mainWindow = getFreeMindWindow();
    MenuItem openMenu = mainWindow.getMenuBar().getMenu("File").getSubMenu("Open...");
    WindowInterceptor
       .init(openMenu.triggerClick())
       .process(FileChooserHandler.init()
                .titleEquals(null)
                .assertAcceptsFilesOnly()
                .select(openMap))
       .run();
View Full Code Here

TOP

Related Classes of org.uispec4j.MenuItem$JMenuItemWrapper

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.