BeanDescriptorTest |
Tests the implementation of BeanDescriptor and its dependent
interfaces.
|
BeanDescriptorTest.Account |
|
BeanDescriptorTest.Form |
|
BeanDescriptorTest.Woman |
|
BootstrapTest |
Description:
|
CircularReferencesTest |
Checks that circular references in the bean graph are correctly detected when
validating.
|
CircularReferencesTest.Boss |
|
CircularReferencesTest.Person |
|
ComposedConstraintsTest |
Description:
|
ConstraintCompositionTest |
Checks that groups are correctly inherited from the root constraint to its
compositing constraints.
|
ConstraintCompositionTest.Code |
|
ConstraintCompositionTest.Man |
|
ConstraintCompositionTest.Payload1 |
|
ConstraintCompositionTest.Payload2 |
|
ConstraintCompositionTest.Person |
|
ConstraintDefinitionsTest |
Checks the correct parsing of constraint definitions.
|
ConstraintDefinitionsTest.InvalidAttribute |
|
ConstraintDefinitionsTest.InvalidGroups |
|
ConstraintDefinitionsTest.InvalidMessage |
|
ConstraintDefinitionsTest.InvalidPayload |
|
ConstraintDefinitionsTest.InvalidPayloadConstraint.Payload1 |
|
ConstraintDefinitionsTest.NoGroups |
|
ConstraintDefinitionsTest.NoMessage |
|
ConstraintDefinitionsTest.NoPayload |
|
ConstraintDefinitionsTest.Person |
|
ContextConstraintValidatorFactoryTest |
|
ContextConstraintValidatorFactoryTest.Contrived.Validator |
|
ContextConstraintValidatorFactoryTest.Example |
|
CustomConstraintValidatorFactoryTest |
Checks that overriding the default ConstraintValidatorFactory works
as expected.
|
CustomConstraintValidatorFactoryTest.GoodPerson.GoodPersonValidator |
|
CustomConstraintValidatorFactoryTest.Person |
|
CustomValidatorFactoryTest |
Test the ability to force a particular ValidatorFactory
implementation class.
|
CustomValidatorFactoryTest.CustomValidatorFactory |
|
CustomValidatorFactoryTest.IncompatibleValidatorFactory |
|
CustomValidatorFactoryTest.NotAValidatorFactory |
|
DefaultMessageInterpolatorTest |
MessageResolverImpl Tester.
|
DefaultMessageInterpolatorTest.Person |
|
DelegateExpressionFactory |
EL5.0 ExpressionFactory lookups the ServiceLoader before the system property
In our tests we have at least 2 EL impls and DefaultMessageInterpolatorTest needs a replaceable ExpressionFactory
So this a wrapper, which checks the system property first and then asking the ServiceLoader
|
ExceptionsContractTest |
Several checks to validate that the implementations of Validator and
BeanDescriptor throw the correct exceptions as per the spec.
|
ExceptionsContractTest.ExceptionThrowingBean |
|
ExceptionsContractTest.Person |
|
FooTest |
Description:
|
FooTest.Foo |
|
Jsr303Test |
Description:
|
LiskovTest |
|
LiskovTest.Base |
|
LiskovTest.Impl |
|
PayloadTest |
Description: test that payload information can be retrieved
from error reports via the ConstraintDescriptor either accessed
through the ConstraintViolation objects
|
PayloadTest.Address |
|
PayloadTest.Severity |
|
PayloadTest.Severity.Error |
|
PayloadTest.Severity.Info |
|
TckReproducerTest |
Description:
User: roman.stumm
Date: 21.04.2010
Time: 14:21:45
|
TckReproducerTest.Car |
|
ValidationTest |
Description:
|
ValidationTest.FooAddress |
|
ValidationTest.Issue149Subject |
|
ValidationTestBase |
|
ValidatorResolutionTest |
Checks the correct behavior of the validator resolution algorithm.
|
ValidatorResolutionTest.InvalidPersonNameValidator |
|
ValidatorResolutionTest.Person |
|