use of org.eclipse.xtext.xtext.ReducedXtextResourceValidator in project xtext-core by eclipse.
the class ReducedXtextResourceValidatorTest method setUp.
@Override
public void setUp() throws Exception {
super.setUp();
XtextStandaloneSetup _xtextStandaloneSetup = new XtextStandaloneSetup();
this.with(_xtextStandaloneSetup);
this.resourceValidator = this.<ReducedXtextResourceValidator>get(ReducedXtextResourceValidator.class);
}
Aggregations