@Test
public void no_anchor()
{
Link link = mockLink();
ComponentResources resources = mockComponentResources();
MarkupWriter writer = new MarkupWriterImpl();
train_toURI(link, LINK_URI);
//note that we aren't trying to test the parameters code here, so we only worry about the single, simplest branch.
//The parameters code is fully tested in CoreBehaviorsTests.
expect(resources.isBound("parameters")).andReturn(false);
resources.renderInformalParameters(writer);
replay();
linkFixture.inject(null, resources);