jaxio / celerio-angular-quickstart

Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)
Apache License 2.0
481 stars 138 forks source link

Test case Issue #34

Closed praveenrajkr closed 7 years ago

praveenrajkr commented 7 years ago

Hi i am trying to create VM files for writing test cases foe all entity but i was unable to create files inside "src\test\java" is there any tutorial are guides available for generation of test cases

nromanetti commented 7 years ago

you may check this template out: https://github.com/jaxio/celerio-angular-quickstart/blob/master/pack-angular/celerio/pack-angular/src/test/java/ApplicationTests.java.p.vm

The file is generated in src/test/generated-java

More template examples here: https://github.com/jaxio/pack-backend-jpa/tree/master/src/main/resources/celerio/pack-backend-jpa/src/test/java

The doc for templates is here: http://www.jaxio.com/documentation/celerio/templates.html