I'm working on a Spring Boot application, and I use swagger-codegen for the first time to generate my controllers, and my controller test classes. I found how to modify the controller name (using the attribute "tag" in my swagger.yml), but not the controller Test class. Did I miss something? Is there a pom tag, or something to change the suffix of the generated test class? For now, the name of the class is like: "FooControllerIntegrationTest", but I want it to be called "FooControllerTest".
Thank you in advance for your help.
Aucun commentaire:
Enregistrer un commentaire