dimanche 3 avril 2016

How to organize unit and integration tests?

I have an eclipse (not maven) project in which I organize the code in two source folders: src and test. The hierarchy of test folder is parallel to src to make it easy to find classes and stay organized. Now, I was talking about my unit tests. I'd like to separate unit tests from my integration tests as well, but I'm not sure what would be the best way of doing so. Maybe I should have another source folder just for my integration tests? Or maybe it should be under a separate package in test source folder? I will be happy to hear how you do it, thank you in advance.

Aucun commentaire:

Enregistrer un commentaire