What would you consider best practice for organizing JUnit tests in a project, and why? For example, do you keep your tests next to the classes they test? Do you put them in a separate but parallel package structure? Do you use a different organization strategy entirely?
question from:https://stackoverflow.com/questions/183780/organization-of-junit-tests-in-projects