Ejemplo n.º 1
0
  public void testProcessValidators() throws Exception {

    result = false;
    ajaxForm.setSubmitted(true);
    child.setSubmittedValue(new String("test0"));
    ajaxForm.processValidators(facesContext);
    assertTrue(result);
  }