// @formatter:on
}
@Test
public void testExecute() throws Exception {
Person person = TestFixture.person();
EditorClientId editorClientId = new EditorClientId("sessionId", 1);
WorkspaceId workspaceId = TestFixture.workspaceId();
when(translationWorkspaceManager.getOrRegisterWorkspace(workspaceId))
.thenReturn(translationWorkspace);
ExitWorkspaceAction action = new ExitWorkspaceAction(person);