Chrimle / openapi-to-java-records-mustache-templates

Generate Java Records from OpenAPI Specifications
https://chrimle.github.io/openapi-to-java-records-mustache-templates/
Apache License 2.0
3 stars 0 forks source link

Add tests to assert generated `UUID` fields #229

Closed Chrimle closed 3 days ago

Chrimle commented 3 days ago

Added JUnit tests to assert generated UUID fields. This change does not add, nor modify any functionality. The tests confirm that format: uuid will result in a field of UUID-type.

Checklist