Class CreateCloseUtils


  • public class CreateCloseUtils
    extends java.lang.Object
    Project creation utilities
    • Constructor Detail

      • CreateCloseUtils

        public CreateCloseUtils()
    • Method Detail

      • createNewProject

        public static void createNewProject​(com.intellij.remoterobot.RemoteRobot remoteRobot,
                                            java.lang.String projectName,
                                            CreateCloseUtils.NewProjectType newProjectType)
        Create new project with given project name according to given project type
        Parameters:
        remoteRobot - reference to the RemoteRobot instance
        projectName - name of new project
        newProjectType - type of new project
      • openNewProjectDialogFromWelcomeDialog

        public static NewProjectDialogWizard openNewProjectDialogFromWelcomeDialog​(com.intellij.remoterobot.RemoteRobot remoteRobot)
        Open 'New Project' dialog from 'Welcome to IntelliJ IDEA' dialog
        Parameters:
        remoteRobot - reference to the RemoteRobot instance
        Returns:
        NewProjectDialogWizard fixture
      • closeProject

        public static void closeProject​(com.intellij.remoterobot.RemoteRobot remoteRobot)
        Close currently opened project
        Parameters:
        remoteRobot - reference to the RemoteRobot instance