public class UITestRunner
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
closeIde()
Close the IntelliJ Idea IDE from the 'Welcome to IntelliJ IDEA' dialog
|
static IntelliJVersion |
getIdeaVersion()
Return the IdeaVersion representation of the currently running IntelliJ Idea version
|
static int |
getIdeaVersionInt()
Return the integer representation of the currently running IntelliJ Idea version
|
static com.intellij.remoterobot.RemoteRobot |
getRemoteRobot()
Return the reference to the Remote Robot instance
|
static com.intellij.remoterobot.RemoteRobot |
getRemoteRobotConnection(int port)
Create an instance of the RemoteRobot listening on the given port
|
static com.intellij.remoterobot.RemoteRobot |
runIde(IntelliJVersion ideaVersion)
Start the given version of IntelliJ Idea listening on the default port
|
static com.intellij.remoterobot.RemoteRobot |
runIde(IntelliJVersion ideaVersion,
int port)
Start the given version of IntelliJ Idea listening on the given port
|
public static com.intellij.remoterobot.RemoteRobot runIde(IntelliJVersion ideaVersion, int port)
ideaVersion - version of the IntelliJ Idea to startport - port number on which will the IntelliJ Idea be listeningpublic static com.intellij.remoterobot.RemoteRobot runIde(IntelliJVersion ideaVersion)
ideaVersion - version of the IntelliJ Idea to startpublic static void closeIde()
public static IntelliJVersion getIdeaVersion()
public static int getIdeaVersionInt()
public static com.intellij.remoterobot.RemoteRobot getRemoteRobot()
public static com.intellij.remoterobot.RemoteRobot getRemoteRobotConnection(int port)
port - port number