}
@Test
public void shouldReactivePreviousContextsOnRemoteEvents() throws Exception {
getManager().getContext(ManagerTestContext.class).activate();
fire(new RemoteExecutionEvent(testExecutor));
assertEventFiredInContext(TestStringCommand.class, ManagerTestContext.class);
}