@Test
public void testLiteralConstraint() throws IntrospectionException {
final ReteooRuleBase ruleBase = (ReteooRuleBase) RuleBaseFactory.newRuleBase();
final InternalWorkingMemory workingMemory = (InternalWorkingMemory) ruleBase.newStatefulSession();
final ClassFieldReader extractor = store.getReader(Cheese.class,
"type",
getClass().getClassLoader());
final MvelConstraint constraint = new MvelConstraintTestUtil( "type == \"cheddar\"",
FieldFactory.getInstance().getFieldValue( "cheddar" ),