use of org.eclipse.emf.ecore.util.EObjectValidator in project xtext-extras by eclipse.
the class AbstractTypeProviderTest method setUp.
@Before
public void setUp() throws Exception {
EValidator.Registry registry = new EValidatorRegistryImpl(EValidator.Registry.INSTANCE);
registry.put(TypesPackage.eINSTANCE, new EObjectValidator());
diagnostician = new Diagnostician(registry);
}
use of org.eclipse.emf.ecore.util.EObjectValidator in project xtext-eclipse by eclipse.
the class AbstractTypeProviderTest method setUp.
@Before
public void setUp() throws Exception {
EValidator.Registry registry = new EValidatorRegistryImpl(EValidator.Registry.INSTANCE);
registry.put(TypesPackage.eINSTANCE, new EObjectValidator());
diagnostician = new Diagnostician(registry);
}
Aggregations