eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
132 stars 82 forks source link

test methods setDefaultValue and getDefaultValue #605

Closed benjamin-confino closed 5 months ago

benjamin-confino commented 5 months ago

When I did the audit for #593 I noticed we don't test setDefaultValue or getDefaultValue so I added a quick check in serverVariableTest

eclipse-microprofile-bot commented 5 months ago

Can one of the admins verify this patch?

Azquelt commented 5 months ago

I don't think this is needed. processConstructible called at the start of this method should reflectively test all simple getters and setters.