| org.araneaframework.tests.constraints.NotEmptyConstraintTest
NotEmptyConstraintTest | public class NotEmptyConstraintTest extends TestCase (Code) | | author: Taimo Peelo (taimo@araneaframework.org) |
processRequestWithText | protected void processRequestWithText(String text)(Code) | | |
testFormElementMissingInRequestExplicitSetValue | public void testFormElementMissingInRequestExplicitSetValue() throws Exception(Code) | | TODO: this test fails now, because we are emulating previous broken behaviour of forms,
unfortunately some cases of validation (isRead() of controls) fails otherwise.
Test that constraint correctly detects that formelement was submitted as empty, even after
FormElement.setValue is called.
|
testInvalidFormElement | public void testInvalidFormElement() throws Exception(Code) | | |
testValidFormElement | public void testValidFormElement() throws Exception(Code) | | |
|
|