Search in sources :

Example 1 with DockerPerspective

use of org.eclipse.linuxtools.docker.reddeer.perspective.DockerPerspective in project linuxtools by eclipse.

the class RunDockerImageLaunchConfiguration method open.

/**
 * Opens Run configuration dialog
 */
public void open() {
    DockerPerspective p = new DockerPerspective();
    p.open();
    new ShellMenu().getItem("Run", "Run Configurations...").select();
    new WaitUntil(new ShellIsAvailable("Run Configurations"));
}
Also used : ShellIsAvailable(org.eclipse.reddeer.swt.condition.ShellIsAvailable) DockerPerspective(org.eclipse.linuxtools.docker.reddeer.perspective.DockerPerspective) WaitUntil(org.eclipse.reddeer.common.wait.WaitUntil) ShellMenu(org.eclipse.reddeer.swt.impl.menu.ShellMenu)

Aggregations

DockerPerspective (org.eclipse.linuxtools.docker.reddeer.perspective.DockerPerspective)1 WaitUntil (org.eclipse.reddeer.common.wait.WaitUntil)1 ShellIsAvailable (org.eclipse.reddeer.swt.condition.ShellIsAvailable)1 ShellMenu (org.eclipse.reddeer.swt.impl.menu.ShellMenu)1