RequestPageCache cache = mockRequestPageCache();
ComponentResources resources = mockComponentResources();
Component component = mockComponent();
PageRenderQueue queue = mockPageRenderQueue();
ComponentEventResultProcessor master = mockComponentEventResultProcessor();
train_getComponentResources(component, resources);
train_getPage(resources, component);
train_getPageName(resources, pageName);
master.processResultValue(pageName);
replay();
ComponentEventResultProcessor<Component> processor = new AjaxComponentInstanceEventResultProcessor(
cache,