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();
}
Aggregations