jakartaee / validation-tck

Jakarta Validation TCK
http://validator.hibernate.org
Apache License 2.0
38 stars 33 forks source link

BVTCK-114 Add tests for the support of group conversion for container elements + BVTCK-116 #98

Closed gsmet closed 7 years ago

gsmet commented 7 years ago

Added to the TCK as it reused the same classes as for the original group conversion support.

I'll need to update the assertions once they are added to the BV spec.

gsmet commented 7 years ago

Force pushed an update to address the removal of the ConvertGroup.List

gsmet commented 7 years ago

@gunnarmorling force pushed a new version addressing your comment about the property path string representation.

Note that for the next version, I'll incorporate assertj in the TCK and make the test utils consistent between HV and BVTCK. It will be easier to promote tests to the TCK and we'll have a better output in the assertions. It's too much of a pain now to have different behaviors.