*/
@Test
public void property_path_with_explicit_method_in_preamble()
{
TargetBean bean = new TargetBean();
ComponentResources resources = newComponentResources(bean);
Location l = mockLocation();
replay();
Binding binding = factory.newBinding("test binding", resources, null, "stringHolderMethod().value", l);