Search in sources :

Example 1 with ServerPortMacro

use of org.eclipse.che.ide.macro.ServerPortMacro in project che by eclipse.

the class ServerPortMacroTest method setUp.

@Before
public void setUp() throws Exception {
    provider = new ServerPortMacro(macroRegistry, eventBus, appContext);
    registerProvider();
}
Also used : ServerPortMacro(org.eclipse.che.ide.macro.ServerPortMacro) Before(org.junit.Before)

Aggregations

ServerPortMacro (org.eclipse.che.ide.macro.ServerPortMacro)1 Before (org.junit.Before)1