testLocalizedFailureMessage() Tests the use of internationalization in failure message and the locale
provided during call to the validate() method.
public void
testLocalizedFailureMessageWithFactory() Tests the use of internationalization in failure message and the locale
provided during call to the validate() method.
public void
testMapValidationSet() Tests the usage of an embedded validation set within a set.
public void
testMappingInheritance() Tests to ensure that a mapping is inherited from a configured Validator
to a validator reference within a validation set.
public void
testNoMapping() Tests to verify that if there's no mapping, the default mapping is used.
public void
testSettingFailure() Tests the setting of failure objects and their proper usage.
Tests the default values on the mapping element for a use-validator.
testEmailAddressValidatorFailure
public void testEmailAddressValidatorFailure()(Code)
Tests the email address validator to ensure that it catches and reports
failures properly.
testEmailAddressValidatorSuccess
public void testEmailAddressValidatorSuccess()(Code)
Tests the email address validator to ensure that a valid email address
is accepted and not reported.
testFailFastOnEmbeddedValidator
public void testFailFastOnEmbeddedValidator()(Code)
Tests the usage of an embedded validation set within a set. This
test will use the 'fail-fast' setting within a validator that's within
an embedded set.