use of org.eclipse.che.ide.macro.ServerHostNameMacro in project che by eclipse.
the class ServerHostNameMacroTest method setUp.
@Before
public void setUp() throws Exception {
provider = new ServerHostNameMacro(macroRegistry, eventBus, appContext);
registerProvider();
}
Aggregations