log
.error("Parameter barney (for component FredComponent, at classpath:/org/apache/tapestry/pageload/TestPageLoader, line 1) was bound; this parameter has been deprecated, bind parameter fred instead.");
IBinding binding = newBinding();
MockControl sourcec = newControl(BindingSource.class);
BindingSource source = (BindingSource) sourcec.getMock();
source.createBinding(container, "parameter barney", "an-expression", "ognl", l);
sourcec.setReturnValue(binding);
component.getBinding("fred");
componentc.setReturnValue(null);