expect(tfs.format(component, new Integer(10))).andReturn("10");
tfs.renderContributions(component, writer, cycle);
vfs.renderContributions(component, writer, cycle);
expect(cycle.renderStackPop()).andReturn(component);
replay();
component.render(writer, cycle);