jhipster / generator-jhipster-micronaut

Micronaut blueprint for JHipster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve integration tests by including more entities configurations

murdos opened this issue · comments

Overview of the feature request

As shown with the last 2 issues I reported - #198 and #197 - the entity generator is not well tested.

We should test various options: service, relationship, pagination, different field types, ...
IMO we should pick some very relevant entity samples in main generator (https://github.com/jhipster/generator-jhipster/tree/main/test-integration/samples/.jhipster) such as EntityWith* and FieldTest* ones.

Motivation for or Use Case

Working generated code in various configurations.

Related issues or PR

#198
#197

As suggested by @JasonTypesCodes let's close this and add more concrete issues if needed.