_builder.newLine();
MongoFile _parse = this._parseHelper.parse(_builder);
TreeIterator<EObject> _eAllContents = _parse.eAllContents();
final Iterator<MongoBean> beans = Iterators.<MongoBean>filter(_eAllContents, MongoBean.class);
QualifiedName _create = QualifiedName.create("pkg", "Foo");
MongoBean _head = IteratorExtensions.<MongoBean>head(beans);
QualifiedName _fullyQualifiedName = this._iQualifiedNameProvider.getFullyQualifiedName(_head);
Assert.assertEquals(_create, _fullyQualifiedName);
QualifiedName _create_1 = QualifiedName.create("pkg", "Bar");
MongoBean _last = IteratorExtensions.<MongoBean>last(beans);
QualifiedName _fullyQualifiedName_1 = this._iQualifiedNameProvider.getFullyQualifiedName(_last);
Assert.assertEquals(_create_1, _fullyQualifiedName_1);
} catch (Throwable _e) {
throw Exceptions.sneakyThrow(_e);
}