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 class
DecimalMinMaxValidatorsTest
Description:
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 class
BeanDescriptorTest
Tests the implementation ofBeanDescriptor
and its dependent interfaces.class
CircularReferencesTest
Checks that circular references in the bean graph are correctly detected when validating.class
ComposedConstraintsTest
Description:class
ConstraintCompositionTest
Checks that groups are correctly inherited from the root constraint to its compositing constraints.class
ConstraintDefinitionsTest
Checks the correct parsing of constraint definitions.class
ContextConstraintValidatorFactoryTest
https://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
.class
ExceptionsContractTest
Several checks to validate that the implementations ofValidator
andBeanDescriptor
throw the correct exceptions as per the spec.class
FooTest
Description:class
Jsr303Test
Description:class
PayloadTest
Description: test that payload information can be retrieved from error reports via the ConstraintDescriptor either accessed through the ConstraintViolation objectsclass
TckReproducerTest
Description:
User: roman.stumm
Date: 21.04.2010
Time: 14:21:45class
ValidationTest
Description:class
ValidatorResolutionTest
Checks 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 class
GroupSequenceIsolationTest
Additional tests to check the correct processing ofGroupSequence
s by the validator.class
GroupSequenceTest
Description: test of group sequence behaviorclass
GroupValidationTest
Description: 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 class
RedefiningDefaultGroupTest
Description: test Redefining the Default group for a class (spec.
-