testDisabledNonNullMandatorySelectValidates() Testcase: http://changelogic.araneaframework.org/index.php?event=Show_task&task_id=316&project_id=0
Disabled <select> is created, initial value set.
public void testDisabledNonNullMandatorySelectValidates() throws Exception(Code)
Testcase: http://changelogic.araneaframework.org/index.php?event=Show_task&task_id=316&project_id=0
Disabled <select> is created, initial value set. Request does not contain this select (disabled
HTML elements are not submitted). FormElement must be considered valid.
testFormActiveGroupedConstraintInvalidates
public void testFormActiveGroupedConstraintInvalidates() throws Exception(Code)
Testing reading from request with a grouped constraint set.
testFormActiveGroupedConstraintValidates
public void testFormActiveGroupedConstraintValidates() throws Exception(Code)
Testing reading from request with a grouped constraint set.
testFormEventProcessing
public void testFormEventProcessing() throws Exception(Code)
Testing events.
testFormInactiveGroupedConstraintValidates
public void testFormInactiveGroupedConstraintValidates() throws Exception(Code)
Testing reading from request with a grouped constraint set.
testFormInvalidRequestReading
public void testFormInvalidRequestReading() throws Exception(Code)
Testing reading from invalid request.
testFormMandatoryMissingRequestReading
public void testFormMandatoryMissingRequestReading() throws Exception(Code)
Testing reading from request with a mandatory element missing.
testFormNotMandatoryMissingRequestReading
public void testFormNotMandatoryMissingRequestReading() throws Exception(Code)
Testing reading from request with a not mandatory element missing.