use of com.b2international.snowowl.snomed.core.SnomedPlugin in project snow-owl by b2ihealthcare.
the class AllGenericValidationTests method init.
@BeforeClass
public static void init() {
ValidationRuleEvaluator.Registry.register(new SnomedQueryValidationRuleEvaluator());
final Path resourcesDir = PlatformUtil.toAbsoluteBundlePath(BaseGenericValidationRuleTest.class.getClassLoader().getResource("src/main/resources"));
ValidationRuleEvaluator.Registry.register(new GroovyScriptValidationRuleEvaluator(resourcesDir));
TerminologyRegistry.INSTANCE.register(new SnomedPlugin());
}
Aggregations