use of org.eclipse.xtext.validation.CompositeEValidator in project xtext-core by eclipse.
the class Bug367679Test method assertValidatorExists.
protected void assertValidatorExists() {
EValidator eValidator = EValidator.Registry.INSTANCE.getEValidator(XtextPackage.eINSTANCE);
Assert.assertNotNull(eValidator);
Assert.assertTrue(eValidator instanceof CompositeEValidator);
}
Aggregations