We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a62203 commit 085928fCopy full SHA for 085928f
1 file changed
src/testInt/groovy/com/github/hauner/openapi/generatr/GeneratrTestBase.groovy
@@ -56,6 +56,10 @@ abstract class GeneratrTestBase {
56
if(mapping.exists ()) {
57
options.typeMappings = mapping
58
}
59
+ def beanValidation = new File ("./src/testInt/resources/${source}/beanvalidation")
60
+ if(beanValidation.exists ()){
61
+ options.beanValidation = beanValidation
62
+ }
63
64
when:
65
generatr.run (options)
0 commit comments