TranslatorPath tPath = new TranslatorPath("foo", "public");
Translator t = new ForwardTranslator(ImmutableList.<TranslatorStep>of(
new TranslatorStep("quux", translatorEditor)));
ProjectContext context = ProjectContext.builder()
.withRepositories(ImmutableMap.of("foo", new Repository("foo", null, cc, null)))
.withTranslators(ImmutableMap.of(tPath, t))
.withEditors(ImmutableMap.of("bar", e)).build();
Codebase firstCb = new Codebase(new File("/first"), "foo",
new RepositoryExpression(new Term("foo", EMPTY_MAP)));