use of org.drools.compiler.builder.impl.EvaluatorRegistry in project drools by kiegroup.
the class DRLExprParserTest method setUp.
protected void setUp() throws Exception {
super.setUp();
new EvaluatorRegistry();
this.parser = new DrlExprParser(LanguageLevelOption.DRL6);
}
Aggregations