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