// Create the menu item to test.
ConcreteElementDetails elementDetails = new ConcreteElementDetails();
elementDetails.setElementName("the tag name");
ConcreteMenuItem item = new ConcreteMenuItem(
elementDetails, new MenuLabelStub());
item.setHref(new LiteralLinkAssetReference("the href"));
// Create the renderer we are to test.
MenuItemBracketingRenderer renderer =
new DefaultAnchorMenuItemRenderer(
new TestDeprecatedAnchorOutput(), false,