assertFalse(bw.isExposeFields());
}
@Test
public void jythonWrapperTest() throws Exception {
JythonWrapper jw = (JythonWrapper) _ObjectBuilderSettingEvaluator.eval(
"freemarker.ext.jython.JythonWrapper()",
ObjectWrapper.class, _SettingEvaluationEnvironment.getCurrent());
assertSame(JythonWrapper.INSTANCE, jw);
}