eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
131 stars 81 forks source link

Test a Bean Validation annotation on a parameter #538

Closed Azquelt closed 2 years ago

Azquelt commented 2 years ago

Add a test for a BeanValidation annotation added to a resource method parameter.

We already have tests for each supported bean validation annotation, but we only test them applied to a field. This test checks that the implementation also looks for BV annotations on a resource method parameter.

For #482

Azquelt commented 2 years ago

This will need an update if it's merged after #541