use of org.eclipse.xtext.XtextStandaloneSetup in project xtext-core by eclipse.
the class XtextResourceDescriptionTest method setUp.
@Override
public void setUp() throws Exception {
super.setUp();
with(new XtextStandaloneSetup());
}
use of org.eclipse.xtext.XtextStandaloneSetup in project xtext-core by eclipse.
the class XtextSerializerTest method setUp.
@Override
public void setUp() throws Exception {
super.setUp();
with(new XtextStandaloneSetup());
getInjector().injectMembers(this);
}
Aggregations