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