.thenReturn(hLocale);
TranslationWorkspace workspace =
manager.getOrRegisterWorkspace(workspaceId);
WorkspaceContext context = workspace.getWorkspaceContext();
assertThat(context.getWorkspaceId(), Matchers.equalTo(workspaceId));
assertThat(context.getLocaleName(), Matchers.equalTo("German"));
assertThat(context.getWorkspaceName(),
Matchers.equalTo("project (master)"));
}