*/
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));