firstPage.setTotal(total);
firstPage.setFromIndex(0);
firstPage.setToIndex(9);
firstPage.setPagedSet(defs);
final ValidationException ve = new ValidationException();
ve.addError("url", "its messed up");
context.checking(new Expectations()
{
{
oneOf(pluginDefMapper).findAll(firstPage.getFromIndex(), firstPage.getToIndex());