public static class TestHTMLRootFactory extends HTMLRootFactory {
public VolantisProtocol createProtocol(
ProtocolSupportFactory supportFactory,
ProtocolConfiguration configuration) {
// NOTE: there is no test HTMLRoot instance at the moment.
return new TestXHTMLTransitional(supportFactory, configuration);
}