Method Summary |
|
public static void | main(String[] theArgs) Start the tests.
Parameters: theArgs - the arguments. |
protected void | setUp() Load ValidatorResources from
validator-name-required.xml. |
public static Test | suite() |
protected void | tearDown() |
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. |