Uses of Class
org.apache.bval.jsr.ValidationTestBase
-
Packages that use ValidationTestBase Package Description org.apache.bval.constraints org.apache.bval.jsr org.apache.bval.jsr.groups org.apache.bval.jsr.groups.redefining -
-
Uses of ValidationTestBase in org.apache.bval.constraints
Subclasses of ValidationTestBase in org.apache.bval.constraints Modifier and Type Class Description classDecimalMinMaxValidatorsTestDescription:
User: roman.stumm
Date: 06.04.2010
Time: 13:45:09 -
Uses of ValidationTestBase in org.apache.bval.jsr
Subclasses of ValidationTestBase in org.apache.bval.jsr Modifier and Type Class Description classBeanDescriptorTestTests the implementation ofBeanDescriptorand its dependent interfaces.classCircularReferencesTestChecks that circular references in the bean graph are correctly detected when validating.classComposedConstraintsTestDescription:classConstraintCompositionTestChecks that groups are correctly inherited from the root constraint to its compositing constraints.classConstraintDefinitionsTestChecks the correct parsing of constraint definitions.classContextConstraintValidatorFactoryTesthttps://issues.apache.org/jira/browse/BVAL-111 was a serious regression that resulted in BVal's bypassing the context-specificConstraintValidatorFactory, rather using the instance available from theValidatorFactory.classExceptionsContractTestSeveral checks to validate that the implementations ofValidatorandBeanDescriptorthrow the correct exceptions as per the spec.classFooTestDescription:classJsr303TestDescription:classPayloadTestDescription: test that payload information can be retrieved from error reports via the ConstraintDescriptor either accessed through the ConstraintViolation objectsclassTckReproducerTestDescription:
User: roman.stumm
Date: 21.04.2010
Time: 14:21:45classValidationTestDescription:classValidatorResolutionTestChecks the correct behavior of the validator resolution algorithm. -
Uses of ValidationTestBase in org.apache.bval.jsr.groups
Subclasses of ValidationTestBase in org.apache.bval.jsr.groups Modifier and Type Class Description classGroupSequenceIsolationTestAdditional tests to check the correct processing ofGroupSequences by the validator.classGroupSequenceTestDescription: test of group sequence behaviorclassGroupValidationTestDescription: test features from spec chapter 3.4 group and group sequence -
Uses of ValidationTestBase in org.apache.bval.jsr.groups.redefining
Subclasses of ValidationTestBase in org.apache.bval.jsr.groups.redefining Modifier and Type Class Description classRedefiningDefaultGroupTestDescription: test Redefining the Default group for a class (spec.
-