}
@Test
public void testDynamicExpr() {
System.setProperty(FEATURE_TYPE_INFERENCE_ENABLED.getKey(), "true");
System.getProperties().put(EXT_PROP_ACCESSOR_IMPLS.getKey(), new IPropertyAccessor[]{new MyPropertyAccessor()});
Date today = new Date();
JavaBean bean = new JavaBean("foo", 11, true, today);
bean.set("engine", "Rythm");
t = "@b?.getId()|@b.count@|@b.enabled@|@b.engine@|@b.date.format()@";
Map<String, Object> params = new HashMap<String, Object>();