322323324325326327328329330331332
UIInput input = (UIInput) target; input.setSubmittedValue(submittedValue); try { input.processValidators(facesContext); Assert.assertTrue(facesContext.isValidationFailed()); } catch(FacesException e) { Assert.fail("No exception expected", e);
350351352353354355356357358359360
386387388389390391392393394395396
UIInput input = (UIInput) target; input.setSubmittedValue(submittedValue); try { input.processValidators(facesContext); } catch(FacesException e) { Assert.fail("No exception expected", e); }
444445446447448449450451452453454
326327328329330331332333334335336
354355356357358359360361362363364
390391392393394395396397398399400
448449450451452453454455456457458
320321322323324325326327328329330
348349350351352353354355356357358