con.setValue( "( \"CHEDDAR\",\"STILTON\" )" );
con.setFieldType( DataType.TYPE_STRING );
con.setConstraintValueType( BaseSingleFieldConstraint.TYPE_ENUM );
pat.addConstraint( con );
m.addRhsItem( new ActionInsertFact( "Report" ) );
m.name = "my rule";
checkMarshallUnmarshall( expected, m );
}