jhipster / jhipster-net-sample-app-template

JHipster.NET sample application
50 stars 18 forks source link

Modification of the tests to allow their generation #29

Closed BananeGuimauve closed 4 years ago

BananeGuimauve commented 4 years ago

Replaces the creation of related entity instances with factory calls. Also, the comparisons of related entity instances are now performed by reflection. These changes permit to fix the case when generating the tests of an entity, the associated entities were not yet generated.