* @throws Exception
*/
public void testNone() throws Exception {
// Create the menu item to test.
ConcreteMenuIcon icon = new ConcreteMenuIcon(new ElementDetailsStub());
icon.setNormalURL(new TestEmptyImageAssetReference());
ConcreteMenuItem item = new ConcreteMenuItem(
new ElementDetailsStub(), new ConcreteMenuLabel(
new ElementDetailsStub(), createMenuText(),
icon));
// Create the renderer we are to test.
MenuItemComponentRenderer renderer = createImageMenuItemRenderer(
new TestDeprecatedImageOutput(), true);