(ReteooRuleBase) RuleBaseFactory.newRuleBase() );
final ClassFieldReader extractor = store.getReader( Cheese.class,
"type",
getClass().getClassLoader() );
final MvelConstraint constraint = new MvelConstraintTestUtil( "type == \"stilton\"",
FieldFactory.getInstance().getFieldValue("stilton"),
extractor );
final List list = new ArrayList();
final Cheese cheese1 = new Cheese( "stilton",