Package org.eclipse.egit.ui.test

Examples of org.eclipse.egit.ui.test.TestUtil


   *            name of a project
   * @return the project item pertaining to the project
   */
  protected SWTBotTreeItem getProjectItem(SWTBotTree projectExplorerTree,
      String project) {
    return new TestUtil().getProjectItems(projectExplorerTree, project)[0];
  }
View Full Code Here


public class PushTagsWizardTester {

  private final SWTBot wizard;

  public static PushTagsWizardTester startWizard(SWTBotTree projectTree) {
    TestUtil util = new TestUtil();
    String remoteMenu = util.getPluginLocalizedValue("RemoteSubMenu.label");
    String pushBranchMenu = util
        .getPluginLocalizedValue("PushTagsCommand.name");
    ContextMenuHelper.clickContextMenu(projectTree, "Team", remoteMenu,
        pushBranchMenu);

    return forShell();
View Full Code Here

TOP

Related Classes of org.eclipse.egit.ui.test.TestUtil

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.