public void testDissectionShardLinkElement() throws Exception {
// The shard link dissection element turns href="[url]" into
// href="{opaque}", but you can't call getString() on it until
// you configure it. For now we just check for the exception in it's
// place as we are not testing the opaque value's behaviour.
doTestDissectionElement(new WBSAXShardLinkElementProcessor(context,
DissectionElementTypes.getDissectableAreaType()),
"[av:(o:{exception})]");
}