Search in sources :

Example 1 with ServerProtocolMacro

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();
}
Also used : ServerProtocolMacro(org.eclipse.che.ide.macro.ServerProtocolMacro) Before(org.junit.Before)

Aggregations

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