IRequestCycle cycle = newCycle();
IValidationDelegate delegate = newDelegate();
trainGetDelegate(form, delegate);
delegate.writePrefix(writer, cycle, cb, null);
expect(delegate.isInError()).andReturn(false).anyTimes();
vfs.renderContributions(cb, writer, cycle);
delegate.writeSuffix(writer, cycle, cb, null);