IRequestCycle cycle = newCycle(false);
IMarkupWriter writer = newWriter();
IRender body = newRender(writer, cycle);
writer.begin("div");
writer.attribute("informal", "informal-value");
// We've trained body, but there's no way to ensure,
// using EasyMock, that methods are invoked in the correct
// order. But sometimes you have to trust the code (