Method Summary |
|
protected void | setUp() |
public void | testAddingSetToSet() Tests the adding of a validation set reference to a validation set. |
public void | testClassNameOverride() Tests to ensure that a validator with a class name overrides a referenced
validator with its own class name. |
public void | testConstraintOverride() Tests the override of a constraint when doing a 'use-validator' that references
an existing validator. |
public void | testCreatingConfiguredValidator() Tests the creation of a configured validator by registering one. |
public void | testCreatingSetInSet() Test to ensure that creating a set within a set works properly. |
public void | testFailureOverride() Tests the override of a failure when doing a 'use-validator' that references
an existing validator. |
public void | testIdSetOnValidator() Tests to ensure that a validator's id is set on the OgnlConfiguredValidator. |
public void | testResourceOverride() Tests to ensure that a resource key can be overridden when a resource
references another. |
public void | testResourceRegistration() Tests the registration of resources. |
public void | testServiceOverride() Tests the override of a service when doing a 'use-validator' that references
an existing validator. |
public void | testValidatorRegWithNoClassOrRef() Tests to ensure an exception is thrown when no class name or ref is
given when a validator is registered. |