ActivateWorkspaceResult result = handler.execute(action, null);
verify(identity).checkLoggedIn();
verify(translationWorkspace).addEditorClient(eq(HTTP_SESSION_ID),
editorClientIdCaptor.capture(), eq(person.getId()));
EditorClientId editorClientId = editorClientIdCaptor.getValue();
assertThat(editorClientId.getHttpSessionId(),
Matchers.equalTo(HTTP_SESSION_ID));
verify(translationWorkspace).publish(
enterWorkspaceEventCaptor.capture());
EnterWorkspace enterWorkspace = enterWorkspaceEventCaptor.getValue();