applyRequestValues.execute(getFacesContext());
assertTrue(!(getFacesContext().getRenderResponse()) &&
!(getFacesContext().getResponseComplete()));
// process the validations
processValidations.execute(getFacesContext());
// We know there are validation errors on the page
assertTrue(getFacesContext().getRenderResponse());
System.out.println("Verifying results...");
// verify the messages have been added correctly.