"validatableFieldSupport", vfs);
IMarkupWriter writer = newWriter();
IRequestCycle cycle = newCycleGetParameter("checkbox", "foo");
ValidatorException exception = new ValidatorException("failed");
try
{
vfs.validate(cb, writer, cycle, "foo");
expectLastCall().andThrow(exception);