@Test
public void primitive_property()
{
TargetBean bean = new TargetBean();
ComponentResources resources = newComponentResources(bean);
Location l = mockLocation();
replay();
Binding binding = _factory.newBinding("test binding", resources, null, "intValue", l);