use of org.eclipse.xtext.ui.editor.templates.XtextTemplateContext in project xtext-eclipse by eclipse.
the class XtextTemplateContextTest method setUp.
@Before
public void setUp() throws Exception {
document = new Document();
position = new Position(0);
testMe = new XtextTemplateContext(new TemplateContextType(), document, position, null, null);
}
Aggregations