I am new in Spring and Testing as well. I have question about folder structure in Spring Boot project for Test module.
Is following project structure ok for Integration and unit tests in Test module? Or what is the best practice for that? Thanks.
project/
├── main
└── test
├── integration
│ └── SomeTestIT.java
└── unit
└── SomeTestU.java
Aucun commentaire:
Enregistrer un commentaire