Method Summary |
|
public static void | main(String[] theArgs) Start the tests.
Parameters: theArgs - the arguments. |
protected void | setUp() Load ValidatorResources from
validator-extension.xml. |
public static Test | suite() |
protected void | tearDown() |
public void | testOrder() Tests if the order is mantained when extending a form. |
public void | testOverrideRule() Tests if we can override a rule. |
public void | testRequired() Tests the required validation failure. |
public void | testRequiredFirstName() Tests the required validation for first name. |
public void | testRequiredFirstNameBlank() Tests the required validation for first name if it is blank. |
public void | testRequiredLastName() Tests the required validation for last name. |
public void | testRequiredLastNameBlank() Tests the required validation for last name if it is blank. |
public void | testRequiredName() Tests the required validation for first and last name. |