Method Summary |
|
public static void | main(String[] theArgs) Start the tests.
Parameters: theArgs - the arguments. |
protected void | setUp() Load ValidatorResources from
validator-requiredif.xml. |
public static Test | suite() |
protected void | tearDown() |
public void | testRequired() With nothing provided, we should pass since the fields only fail on
null if the other field is non-blank. |
public void | testRequiredFirstName() Tests the required validation for last 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. |