Search in sources :

Example 1 with WaitForLinkedModeCondition

use of org.eclipse.xtend.ide.tests.WaitForLinkedModeCondition in project xtext-xtend by eclipse.

the class AbstractRefactoringSwtBotTest method waitForLinkedMode.

protected void waitForLinkedMode() {
    SWTBot _sWTBot = new SWTBot();
    WaitForLinkedModeCondition _waitForLinkedModeCondition = new WaitForLinkedModeCondition(this.controller);
    _sWTBot.waitUntil(_waitForLinkedModeCondition);
}
Also used : WaitForLinkedModeCondition(org.eclipse.xtend.ide.tests.WaitForLinkedModeCondition) SWTBot(org.eclipse.swtbot.swt.finder.SWTBot)

Aggregations

SWTBot (org.eclipse.swtbot.swt.finder.SWTBot)1 WaitForLinkedModeCondition (org.eclipse.xtend.ide.tests.WaitForLinkedModeCondition)1