ImageAssetReference overRef =
new TestNormalImageAssetReference("the over url");
icon.setNormalURL(normalRef);
icon.setOverURL(overRef);
ConcreteMenuItem item = new ConcreteMenuItem(
new ElementDetailsStub(), new ConcreteMenuLabel(
new ElementDetailsStub(), createMenuText(), icon));
// Create the renderer we are to test.
MenuItemComponentRenderer renderer = createImageMenuItemRenderer(
new TestDeprecatedImageOutput(), false);