"requestContext", expectations);
pageContext = new MarinerPageContextMock("pageContext", expectations);
ProtocolConfigurationImplMock protocolConfig =
new ProtocolConfigurationImplMock(
"protocolConfig", expectations);
protocol = new VolantisProtocolMock(
"protocolMock", expectations, protocolConfig);
outputBufferFactory = new OutputBufferFactoryMock(
"outputBufferFactory", expectations);
domFactoryMock = new DOMFactoryMock("domFactoryMock", expectations);
}