expect(cycle.getAttribute(TapestryUtils.FIELD_PRERENDER)).andReturn(null);
cycle.setAttribute(TapestryUtils.FIELD_PRERENDER, field);
expect(cycle.getResponseBuilder()).andReturn(builder);
builder.render(nested, field, cycle);
cycle.removeAttribute(TapestryUtils.FIELD_PRERENDER);
expect(nested.getBuffer()).andReturn("NESTED CONTENT");