There should be more thorough tests for assertion 4.4.2.c:
{quote} Note that a group member of a sequence can itself be composed of several groups via inheritance or sequence definition. In this case, each composed group must respect the sequence order as well. {quote}
There is only [a single test|https://github.com/beanvalidation/beanvalidation-tck/blob/master/tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupsequence/SequenceResolutionTest.java#L66...L79] for 4.4.2.c which tests for a group definition error but there is are no tests for actually validating sequences of sequences. |
|