{
Method m = findMethod(AnnotatedPage.class, "get"
+ propertyName.substring(0, 1).toUpperCase() + propertyName.substring(1));
MockControl opc = newControl(EnhancementOperation.class);
EnhancementOperation op = (EnhancementOperation) opc.getMock();
op.getPropertyType(propertyName);
opc.setReturnValue(m.getReturnType());
IComponentSpecification spec = new ComponentSpecification();
replayControls();