StringConcatenation _builder = new StringConcatenation();
_builder.append("target \"TPName\"");
_builder.newLine();
_builder.append("with ");
ContentAssistProcessorTestBuilder _append = _newBuilder.append(_builder.toString());
_append.assertText("requirements", "allEnvironments", "source", "configurePhase");
} catch (Throwable _e) {
throw Exceptions.sneakyThrow(_e);
}
}