LinkFactory factory = new LinkFactoryImpl(request, response, map, cache, optimizer, queue,
contextValueEncoder, securityManager);
factory.addListener(listener);
Link link = factory.createActionLink(page, null, "myaction", false, "1.2.3", "4.5.6");
assertEquals(link.toURI(), ENCODED);
assertSame(link, holder.get());
verify();
}