final ConcreteElementDetails elementDetails =
createTestElementDetails();
final ConcreteMenuItem item = new ConcreteMenuItem(
elementDetails, new MenuLabelStub());
item.setHref(new LiteralLinkAssetReference("the href"));
item.setShortcut(new LiteralTextAssetReference("the shortcut"));
// Create the renderer we are to test.
final TestDeprecatedExternalLinkOutput externalLinkOutput =
new TestDeprecatedExternalLinkOutput();
final VDXMLExternalLinkMenuItemRenderer renderer =